changed build file

This commit is contained in:
Sohrab Behdani 2024-02-16 18:00:53 +03:30
parent bff050b113
commit 3385035236

View file

@ -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 }}