fixing main.yml

This commit is contained in:
Hamid Reza 2024-04-28 21:30:05 +03:30 committed by GitHub
parent a4e54f2a7a
commit bca5bf620c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ jobs:
- name: commpress and upload bootstrap to the release
run: |
mkdir /parchlinux-bootstrap-x86_64-output
cd /parchlinux-bootstrap-x86_64-output
tar --use-compress-program='xz -9e' -cvf parchlinux-bootstrap-x86_64.tar.xz /parchlinux-bootstrap-x86_64/root.x86_64 > /tmp/log.txt
cd /parchlinux-bootstrap-x86_64
tar --use-compress-program='xz -9e' -cvf /parchlinux-bootstrap-x86_64-output/parchlinux-bootstrap-x86_64.tar.xz ./* > /tmp/log.txt
sha256sum ./* > sha256sums.txt
gh release upload ${{ github.event.release.tag_name }} /parchlinux-bootstrap-x86_64-output/* -R ${{ github.repository }}