changed build file
This commit is contained in:
parent
bff050b113
commit
3385035236
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
# This workflow will build an Arch Linux ISO file with the commit on it
|
# This workflow will build an Arch Linux ISO file with the commit on it
|
||||||
name: build parchiso per release
|
name: build parchiso per release
|
||||||
on:
|
on:
|
||||||
|
@ -34,5 +33,5 @@ jobs:
|
||||||
# split -d -b 2000M "$(ls *.iso)" iso_parts/"$(ls *.iso)"_part
|
# split -d -b 2000M "$(ls *.iso)" iso_parts/"$(ls *.iso)"_part
|
||||||
#zip -s 2000m iso_parts/"$(ls *.iso)".zip "$(ls *.iso)"
|
#zip -s 2000m iso_parts/"$(ls *.iso)".zip "$(ls *.iso)"
|
||||||
7z -v1000m a iso_parts/"$(ls *.iso)".zip "$(ls *.iso)"
|
7z -v1000m a iso_parts/"$(ls *.iso)".zip "$(ls *.iso)"
|
||||||
sha256sum iso_parts/* > iso_parts/sha256sums.txt
|
md5sum iso_parts/* > iso_parts/md5sums.txt
|
||||||
gh release upload ${{ github.event.release.tag_name }} ./iso_parts/* -R ${{ github.repository }}
|
gh release upload ${{ github.event.release.tag_name }} ./iso_parts/* -R ${{ github.repository }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue