Skip to content

Commit 2873001

Browse files
committed
.github: workflow updated
1 parent 411cc48 commit 2873001

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
@@ -62,10 +62,10 @@ jobs:
6262
persist-credentials: false
6363

6464
- name: Prebuild LUA for windows i686
65-
run: ./build-mingw.sh i686-w64-mingw32 i686
65+
run: ./lua/build-mingw.sh i686-w64-mingw32 i686
6666

6767
- name: Prebuild LUA for windows x86_64
68-
run: ./build-mingw.sh x86_64-w64-mingw32 x86_64
68+
run: ./lua/build-mingw.sh x86_64-w64-mingw32 x86_64
6969

7070
- name: Initialize venv
7171
run: python -m venv ./venv && . ./venv/bin/activate && pip install --upgrade pip build

0 commit comments

Comments
 (0)