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