File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 44
55jobs :
66 Watcom :
7- name : Lua for Watcom
7+ name : Build Lua with Open Watcom
88 runs-on : ubuntu-latest
99
1010 steps :
@@ -64,23 +64,23 @@ jobs:
6464 run : |
6565 unix2dos *.lua
6666
67- - name : Create 160k Floppy Diskette Image
67+ - name : Create Binaries Zip
6868 run : |
69- mformat -C -i dist/Lua5DD8.ima -v LUA -f 160
70- mcopy -i dist/Lua5DD8.ima dist/bin/lua16.exe example.lua ::
69+ zip -j9 --DOS-names "dist/Lua Exe.zip" dist/bin/*.exe example.lua
7170
72- - name : Create 1.4M Floppy Diskette Image
71+ - name : Create 160k 16-bit DOS Floppy Diskette Image
7372 run : |
74- mformat -C -i dist/Lua3HD18 .ima -v LUA -f 1440
75- mcopy -i dist/Lua3HD18 .ima dist/bin/* .exe example.lua ::
73+ mformat -C -i dist/Lua160k .ima -v " LUA DOS" -f 160
74+ mcopy -i dist/Lua160k .ima dist/bin/lua16 .exe example.lua ::
7675
77- - name : Create Zip Binaries
76+ - name : Create 1.4M Multi-Platform Floppy Diskette Image
7877 run : |
79- zip -j9 --DOS-names "dist/Lua DOS Bin.zip" dist/bin/*.exe example.lua
78+ mformat -C -i dist/LuaMulti.ima -v "LUA MULTIOS" -f 1440
79+ mcopy -i dist/LuaMulti.ima dist/bin/*.exe example.lua ::
8080
81- - name : Zip Disk Images
81+ - name : Create Floppy Disk Images Zip
8282 run : |
83- zip -j9 --DOS-names "dist/Lua DOS Ima.zip" dist/*.ima
83+ zip -j9 --DOS-names "dist/Lua Ima.zip" dist/*.ima
8484
8585 - name : Upload Artifacts
8686 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments