add iso checksum to checksum files
This commit is contained in:
parent
870df1170a
commit
7bb1c547df
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -33,6 +33,7 @@ jobs:
|
|||
cd ./out
|
||||
mkdir iso_parts
|
||||
7z -v1000m a iso_parts/"$(ls *.iso)".zip "$(ls *.iso)"
|
||||
md5sum $(ls *.iso) > iso_parts/iso-md5sums-nvidia.txt
|
||||
md5sum iso_parts/* > iso_parts/md5sums-nvidia.txt
|
||||
gh release upload ${{ github.event.release.tag_name }} ./iso_parts/* -R ${{ github.repository }}
|
||||
|
||||
|
@ -54,5 +55,6 @@ jobs:
|
|||
cd ./out
|
||||
mkdir iso_parts
|
||||
7z -v1000m a iso_parts/"$(ls *.iso)".zip "$(ls *.iso)"
|
||||
md5sum $(ls *.iso) > iso_parts/iso-md5sums.txt
|
||||
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