Skip to content

Commit 3e167ab

Browse files
committed
workflow fix
1 parent bd5d836 commit 3e167ab

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/build-windows-mingw.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,11 +325,15 @@ jobs:
325325

326326
- name: Convert CD to USB iso image BIOS
327327
run: |
328-
rm -rf build/bin/bootusb_bios.img
329-
ls -la
330-
cp build/bin/bootcd.iso build/bin/bootusb_bios.img
331-
ls -la build/bin/
332-
isohybrid build/bin/bootusb_bios.img
328+
rm -rf ./build/bin/bootusb_bios.img
329+
ls -la ./
330+
echo "iso dir"
331+
ls -la ./build/bin
332+
echo "iso file"
333+
ls -la ./build/bin/bootcd.iso/
334+
cp ./build/bin/bootcd.iso/bootcd.iso ./build/bin/bootusb_bios.img
335+
ls -la ./build/bin
336+
isohybrid ./build/bin/bootusb_bios.img
333337
334338
- name: Convert CD to USB iso image UEFI
335339
run: |

0 commit comments

Comments
 (0)