3030 path : LuaJIT-2.1/src/lua51_64.lib
3131 retention-days : 1
3232
33+ - uses : actions/upload-artifact@v4
34+ name : Upload luajit executable (64x)
35+ with :
36+ name : luajit.exe (64x)
37+ path : LuaJIT-2.1/src/luajit.exe
38+ retention-days : 1
39+
3340 - uses : actions/upload-artifact@v4
3441 if : false
3542 name : Upload luajit.lib
@@ -62,11 +69,18 @@ jobs:
6269 path : LuaJIT-2.1/src/lua51_32.lib
6370 retention-days : 1
6471
72+ - uses : actions/upload-artifact@v4
73+ name : Upload luajit executable (32x)
74+ with :
75+ name : luajit.exe
76+ path : LuaJIT-2.1/src/luajit.exe
77+ retention-days : 1
78+
6579 - uses : actions/upload-artifact@v4
6680 if : false
6781 name : Upload luajit.lib
6882 with :
69- name : luajit_32.lib
83+ name : luajit_32.lib (32x)
7084 path : LuaJIT-2.1/src/luajit_32.lib
7185 retention-days : 1
7286
@@ -96,6 +110,13 @@ jobs:
96110 path : LuaJIT-2.1/src/libluajit_64.a
97111 retention-days : 1
98112
113+ - uses : actions/upload-artifact@v4
114+ name : Upload luajit executable (64x)
115+ with :
116+ name : luajit (64x)
117+ path : LuaJIT-2.1/src/luajit
118+ retention-days : 1
119+
99120 build-linux-32 :
100121 runs-on : ubuntu-latest
101122 container : debian:bullseye
@@ -121,4 +142,11 @@ jobs:
121142 with :
122143 name : libluajit_32.a
123144 path : LuaJIT-2.1/src/libluajit_32.a
145+ retention-days : 1
146+
147+ - uses : actions/upload-artifact@v4
148+ name : Upload luajit executable (32x)
149+ with :
150+ name : luajit (32x)
151+ path : LuaJIT-2.1/src/luajit
124152 retention-days : 1
0 commit comments