We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411cc48 commit 2873001Copy full SHA for 2873001
1 file changed
.github/workflows/publish.yml
@@ -62,10 +62,10 @@ jobs:
62
persist-credentials: false
63
64
- name: Prebuild LUA for windows i686
65
- run: ./build-mingw.sh i686-w64-mingw32 i686
+ run: ./lua/build-mingw.sh i686-w64-mingw32 i686
66
67
- name: Prebuild LUA for windows x86_64
68
- run: ./build-mingw.sh x86_64-w64-mingw32 x86_64
+ run: ./lua/build-mingw.sh x86_64-w64-mingw32 x86_64
69
70
- name: Initialize venv
71
run: python -m venv ./venv && . ./venv/bin/activate && pip install --upgrade pip build
0 commit comments