change hash sum type

This commit is contained in:
hikari 2024-01-22 18:05:51 +03:30 committed by GitHub
parent 7b52f8b547
commit a66eb6eea5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,5 +34,5 @@ jobs:
# 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
sha256sum iso_parts/* > iso_parts/sha256sums.txt
gh release upload ${{ github.event.release.tag_name }} ./iso_parts/* -R ${{ github.repository }}