use vars
in releases
This commit is contained in:
parent
7b59449123
commit
6626d28919
2 changed files with 2 additions and 1 deletions
2
.github/workflows/release-artifacts.yml
vendored
2
.github/workflows/release-artifacts.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
uses: goto-bus-stop/setup-zig@v2.1.1
|
uses: goto-bus-stop/setup-zig@v2.1.1
|
||||||
with:
|
with:
|
||||||
version: ${{ ZIG_VERSION }}
|
version: ${{ vars.ZIG_VERSION }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./release.sh
|
run: ./release.sh
|
||||||
- name: Release
|
- name: Release
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
zig-out
|
zig-out
|
||||||
zig-cache
|
zig-cache
|
||||||
stderr.log
|
stderr.log
|
||||||
|
__pycache__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue