File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
@@ -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
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
151+ path : LuaJIT-2.1/src/luajit
124152 retention-days : 1
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ development/
99lua-shared.vpc.sentinel
1010Bootil /projects /Makefile
1111Bootil /projects /** /* .lib
12- Bootil /projects /** /* .a
12+ Bootil /projects /** /* .a
13+ LuaJIT-2.1 /src /.vs /**
You can’t perform that action at this time.
0 commit comments