diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dee3eda..2423a17 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,4 +1,3 @@ - # This workflow will build an Arch Linux ISO file with the commit on it name: build parchiso per release on: @@ -34,5 +33,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)" - sha256sum iso_parts/* > iso_parts/sha256sums.txt + md5sum iso_parts/* > iso_parts/md5sums.txt gh release upload ${{ github.event.release.tag_name }} ./iso_parts/* -R ${{ github.repository }}