Skip to content

Commit a6c18d8

Browse files
committed
.github: workflow updated, download prebuilt windows lua binaries
1 parent 602d6cb commit a6c18d8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ jobs:
5959
with:
6060
persist-credentials: false
6161

62+
- name: Download windows lua binaries
63+
uses: actions/download-artifact@v4
64+
with:
65+
name: windows-binaries
66+
path: lua/
67+
6268
- name: Create build env
6369
run: python3 -m venv /tmp/build_venv && . /tmp/build_venv/bin/activate && pip install --upgrade pip build
6470
shell: alpine.sh {0}

0 commit comments

Comments
 (0)