changed 7zip to zip
This commit is contained in:
parent
a5ef36959b
commit
d4a7810635
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
cd ./out
|
cd ./out
|
||||||
mkdir iso_parts
|
mkdir iso_parts
|
||||||
# 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 1000m 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)"
|
||||||
md5sum iso_parts/* > iso_parts/md5sums.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