Update main.yml

This commit is contained in:
Hamid Reza 2024-04-27 20:04:20 +03:30 committed by GitHub
parent cd390e2ed1
commit e4be794db3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
# This workflow will build an Arch Linux bootstrap file with the commit on it
+# This workflow will build an Arch Linux bootstrap file with the commit on it
name: build parchlinux-bootstrap-x86_64 per release
on:
release:
@ -36,6 +36,6 @@ jobs:
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 > /tmp/log.txt
tar --use-compress-program='xz -9e' -cvf parchlinux-bootstrap-x86_64.tar.xz /parchlinux-bootstrap-x86_64/root.x86_64 > /tmp/log.txt
sha256sum ./* > sha256sums.txt
gh release upload ${{ github.event.release.tag_name }} /parchlinux-bootstrap-x86_64-output/* -R ${{ github.repository }}