Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 2, 2024
1 parent 1a54e8f commit 21cd439
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
sudo find /tmp/iso -name "X86" -type d -exec rm -rf {} +
sudo find /tmp/iso -name "x64" -type d -exec rm -rf {} +
sudo find /tmp/iso -name "X64" -type d -exec rm -rf {} +
find . -type d -empty -delete
# Remove empty directories
sudo find . -type d -empty -delete
fi
echo & echo
genisoimage -o /tmp/out.iso -r -iso-level 4 -input-charset iso8859-1 -V "virtio-win-${{ env.latest_tag }}" /tmp/iso
Expand Down

0 comments on commit 21cd439

Please sign in to comment.