Skip to content

Commit 0484a18

Browse files
committed
fixup! .github: workflow updated: build lua for windows
1 parent 9174ea2 commit 0484a18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Build LUA for windows i686
24-
run: cd lua && ./download-lua.sh && build-mingw-i686.sh
24+
run: cd lua && ./download-lua.sh && ./build-mingw-i686.sh
2525

2626
- name: Build LUA for windows x86_64
27-
run: cd lua && ./download-lua.sh && build-mingw-x86_64.sh
27+
run: cd lua && ./download-lua.sh && ./build-mingw-x86_64.sh
2828

2929
package-build:
3030
needs:

0 commit comments

Comments
 (0)