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
|
||||
uses: goto-bus-stop/setup-zig@v2.1.1
|
||||
with:
|
||||
version: ${{ ZIG_VERSION }}
|
||||
version: ${{ vars.ZIG_VERSION }}
|
||||
- name: Build
|
||||
run: ./release.sh
|
||||
- name: Release
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
zig-out
|
||||
zig-cache
|
||||
stderr.log
|
||||
__pycache__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue