File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6767
6868 - name : Create Binaries Zip
6969 run : |
70- zip -j9 --DOS-names "dist/Lua Exe.zip" dist/bin/*.exe example .lua
70+ zip -j9 --DOS-names "dist/Lua Exe.zip" dist/bin/*.exe * .lua
7171
7272 - name : UPX Binary Compression
7373 uses : crazy-max/ghaction-upx@v3
@@ -82,12 +82,12 @@ jobs:
8282 - name : Create 160k 16-bit DOS Floppy Diskette Image
8383 run : |
8484 mformat -C -i dist/Lua160k.ima -v "LUA DOS" -f 160
85- mcopy -i dist/Lua160k.ima dist/bin/lua16.exe example .lua ::
85+ mcopy -i dist/Lua160k.ima dist/bin/lua16.exe * .lua ::
8686
8787 - name : Create 1.4M Multi-Platform Floppy Diskette Image
8888 run : |
8989 mformat -C -i dist/LuaMulti.ima -v "LUA MULTIOS" -f 1440
90- mcopy -i dist/LuaMulti.ima dist/bin/*.exe example .lua ::
90+ mcopy -i dist/LuaMulti.ima dist/bin/*.exe * .lua ::
9191
9292 - name : Create Floppy Disk Images Zip
9393 run : |
You can’t perform that action at this time.
0 commit comments