Skip to content

Commit

Permalink
Fixing main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HRMCA authored Apr 28, 2024
1 parent bca5bf6 commit 02518b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ jobs:
mkdir /parchlinux-bootstrap-x86_64-output
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
cd /parchlinux-bootstrap-x86_64-output
sha256sum ./* > sha256sums.txt
gh release upload ${{ github.event.release.tag_name }} /parchlinux-bootstrap-x86_64-output/* -R ${{ github.repository }}

0 comments on commit 02518b3

Please sign in to comment.