mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
release workflow: build pkghash executable
This commit is contained in:
parent
66e1a31efb
commit
07cc47ff3e
1 changed files with 8 additions and 0 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -28,6 +28,14 @@ jobs:
|
|||
run: |
|
||||
echo "::set-output name=version::${GITHUB_REF#refs/tags/}"
|
||||
|
||||
- uses: goto-bus-stop/setup-zig@v2
|
||||
with:
|
||||
version: master
|
||||
- name: Check zig version
|
||||
run: zig version
|
||||
- name: Build pkghash tool
|
||||
run: zig build pkghash
|
||||
|
||||
- name: Generate release notes
|
||||
id: release_notes
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue