Skip to content

Commit 1f82360

Browse files
committed
Added --DOS-names flag to the zip command in the GitHub workflow for better extraction compatibility on older systems
1 parent 33adc5d commit 1f82360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464
6565
- name: Create Zip Binaries
6666
run: |
67-
zip -j9 "dist/Lua DOS Bin.zip" dist/bin/*.exe example.lua
67+
zip -j9 --DOS-names "dist/Lua DOS Bin.zip" dist/bin/*.exe example.lua
6868
6969
- name: Zip Disk Images
7070
run: |
71-
zip -j9 "dist/Lua DOS Ima.zip" dist/*.ima
71+
zip -j9 --DOS-names "dist/Lua DOS Ima.zip" dist/*.ima
7272
7373
- name: Upload Artifacts
7474
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)