fix workflow

This commit is contained in:
hikari 2024-04-18 16:32:21 +03:30 committed by GitHub
parent ef2a74092d
commit 9b556dfb41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,5 +36,4 @@ jobs:
cd /parch-rootfs-output
export GZIP=-9
tar --use-compress-program='xz -3e' -cvf parch-rootfs.tar.xz /parch-rootfs > /tmp/log.txt
rm parch-rootfs.tar.xz
gh release upload ${{ github.event.release.tag_name }} /parch-rootfs-output/* -R ${{ github.repository }}