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 @@ -78,11 +78,11 @@ jobs:
7878
7979 - name : Ensure Lua Scripts Have CR/LF Line Endings
8080 run : |
81- unix2dos demo/minimum/*.lua
81+ unix2dos demo/extra/*.lua demo/ minimum/*.lua
8282
8383 - name : Create Binaries Zip
8484 run : |
85- zip -j9 --DOS-names "dist/Lua Exe.zip" dist/bin/*.exe demo/minimum/*.lua
85+ zip -j9 --DOS-names "dist/Lua Exe.zip" dist/bin/*.exe demo/extra/*.lua demo/ minimum/*.lua
8686
8787 - name : UPX Binary Compression
8888 uses : crazy-max/ghaction-upx@v3
@@ -102,7 +102,7 @@ jobs:
102102 - name : Create 1.4M Multi-Platform Floppy Diskette Image
103103 run : |
104104 mformat -C -i dist/LuaMulti.ima -v "LUA MULTIOS" -f 1440
105- mcopy -i dist/LuaMulti.ima dist/bin/*.exe demo/minimum/*.lua ::
105+ mcopy -i dist/LuaMulti.ima dist/bin/*.exe demo/extra/*.lua demo/ minimum/*.lua ::
106106
107107 - name : Create Floppy Disk Images Zip
108108 run : |
You can’t perform that action at this time.
0 commit comments