Skip to content

Commit

Permalink
Fix the ISO build and upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtbahartr committed Dec 10, 2024
1 parent 227b5bf commit 4842b75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
files="$(cat FILES.txt | tr '\n' ' ')"
echo "The password for both Linda and Sara are \"notarealpw\"." > password.txt
echo "See resources.txt to see how to change this within autounattend.xml." >> password.txt
xorriso -as mkisofs -r -J --joliet-long -V 'STDU_GH' -o STDU-GH.iso -partition_offset 16 $(files) password.txt
xorriso -as mkisofs -r -J --joliet-long -V 'STDU_GH' -o STDU-GH.iso -partition_offset 16 $files password.txt
echo "ISO_PATH=$(pwd)/STDU-GH.iso" >> $GITHUB_ENV
- name: Run catalog script
Expand Down Expand Up @@ -96,3 +96,5 @@ jobs:
asset_path: ${{ env.ISO_PATH }}
asset_name: St-Denis Unattended - GitHub Edition ${{ env.TAG_NAME }}
asset_content_type: application/octet-stream
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4842b75

Please sign in to comment.