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
|
||||
run: |
|
||||
cd ./out
|
||||
mkdir iso_parts
|
||||
# split -d -b 2000M "$(ls *.iso)" iso_parts/"$(ls *.iso)"_part
|
||||
#zip -s 2000m iso_parts/"$(ls *.iso)".zip "$(ls *.iso)"
|
||||
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 }}
|
||||
7z -v1000m a "$(ls *.iso)".zip "$(ls *.iso)"
|
||||
md5sum * > md5sums.txt
|
||||
gh release upload ${{ github.event.release.tag_name }} ./* -R ${{ github.repository }}
|
||||
|
|
Loading…
Add table
Reference in a new issue