1
Fork 0

use vars in releases

This commit is contained in:
Christofer Nolander 2023-10-29 18:21:59 +01:00
commit 6626d28919
2 changed files with 2 additions and 1 deletions

View file

@ -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
View file

@ -1,3 +1,4 @@
zig-out
zig-cache
stderr.log
__pycache__