fixing main.yml
This commit is contained in:
parent
a4e54f2a7a
commit
bca5bf620c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue