Skip to content

Commit 32a3cee

Browse files
committed
.github: workflow updated: package lua binaries for windows
1 parent 47d53b7 commit 32a3cee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
- name: Build LUA for windows x86_64
2727
run: cd lua && ./download-lua.sh && ./build-mingw-x86_64.sh
2828

29+
- name: Store the distribution packages
30+
uses: actions/upload-artifact@v4
31+
with:
32+
name: lua-windows
33+
path: lua/lua-*.exe
34+
2935
package-build:
3036
needs:
3137
- lua-windows-build

0 commit comments

Comments
 (0)