Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 19, 2024
1 parent 20b16d2 commit e37c111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
sudo find /tmp/iso -name "*2k12*" -type d -exec rm -rf {} +
echo & echo
#mkzftree -z 9 -p 4 --one-filesystem /tmp/iso /tmp/isoc
genisoimage -o /tmp/out.iso -r -z -iso-level 4 -input-charset iso8859-1 -V "virtio-win-${{ env.latest_tag }}" /tmp/iso
genisoimage -o /tmp/out.iso -r -z -iso-level 4 -no-pad -input-charset iso8859-1 -V "virtio-win-${{ env.latest_tag }}" /tmp/iso
mv /tmp/out.iso /tmp/virtio-win-${{ env.latest_tag }}.iso
-
name: Checkout
Expand Down

0 comments on commit e37c111

Please sign in to comment.