We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb350ac commit e399a6cCopy full SHA for e399a6c
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: cd python_lua_helper/lua && ./build-mingw.sh i686-w64-mingw32 i686
+ run: ./build-mingw.sh i686-w64-mingw32 i686
66
67
- name: Prebuild LUA for windows x86_64
68
- run: cd python_lua_helper/lua && ./build-mingw.sh x86_64-w64-mingw32 x86_64
+ run: ./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