Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GutPuncher authored Mar 11, 2024
1 parent 20d61b5 commit efb4ee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
mv -f ./3rdParty/Lib/ ./Lib/
rm -rf ./3rdParty/
mkdir ISO_OUT
cp -rf ./* ./ISO_OUT
rm -rf ./ISO_OUT/ISO_OUT
xorriso -joliet "on" -rockridge "on" -as mkisofs ./ISO_OUT -o bakers-doom.iso
cp -rf ./* ./Z_ISO_OUT || echo "Z"
rm -rf ./Z_ISO_OUT/Z_ISO_OUT
xorriso -joliet "on" -rockridge "on" -as mkisofs ./Z_ISO_OUT -o bakers-doom.iso
- name: Releasing Latest ISO
if: ${{ success() && github.event_name == 'push'}}
Expand Down

0 comments on commit efb4ee9

Please sign in to comment.