Change file to upload
This commit is contained in:
parent
51c2974293
commit
fcb7b403f2
1 changed files with 3 additions and 6 deletions
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
|
@ -29,9 +29,6 @@ jobs:
|
||||||
- name: Upload iso to the release
|
- name: Upload iso to the release
|
||||||
run: |
|
run: |
|
||||||
cd ./out
|
cd ./out
|
||||||
mkdir iso_parts
|
7z -v1000m a "$(ls *.iso)".zip "$(ls *.iso)"
|
||||||
# split -d -b 2000M "$(ls *.iso)" iso_parts/"$(ls *.iso)"_part
|
md5sum * > md5sums.txt
|
||||||
#zip -s 2000m iso_parts/"$(ls *.iso)".zip "$(ls *.iso)"
|
gh release upload ${{ github.event.release.tag_name }} ./* -R ${{ github.repository }}
|
||||||
7z -v1000m a iso_parts/"$(ls *.iso)".zip "$(ls *.iso)"
|
|
||||||
md5sum iso_parts/* > iso_parts/md5sums.txt
|
|
||||||
gh release upload ${{ github.event.release.tag_name }} ./iso_parts/* -R ${{ github.repository }}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue