File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -161,13 +161,14 @@ jobs:
161161
162162 - name : Zip OS/2 Binaries
163163 run : |
164- zip -j9 --DOS-names dist/bin/OS2.zip dist/bin/LUA21.EXE dist/bin/LUA22.EXE dist/bin/LUAC21.EXE dist/bin/LUAC22.EXE
165- rm dist/bin/LUA21.EXE dist/bin/LUA22.EXE dist/bin/LUAC21.EXE dist/bin/LUAC22.EXE
164+ zip -j9 --DOS-names dist/bin/OS2.zip dist/bin/LUA21.EXE dist/bin/LUA22.EXE
165+ rm dist/bin/LUA21.EXE dist/bin/LUA22.EXE
166166
167167 - name : Zip DOS, Linux & Windows Lua Compiler Binaries
168168 run : |
169- zip -j9 --DOS-names dist/bin/LUAC.zip dist/bin/LUAC*.EXE
170- zip -j9 -X dist/bin/LUAC.zip dist/bin/LUAC*.ELF
169+ #TODO: put Lua byte compilers on disk 2
170+ #zip -j9 --DOS-names dist/bin/LUAC.zip dist/bin/LUAC*.EXE
171+ #zip -j9 -X dist/bin/LUAC.zip dist/bin/LUAC*.ELF
171172 rm dist/bin/LUAC*
172173
173174 - name : Set modification time on Zip binaries to the latest commit
You can’t perform that action at this time.
0 commit comments