1
0
Fork 0
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:
Rene Schallner 2023-05-22 02:05:23 +02:00
parent 66e1a31efb
commit 07cc47ff3e

View file

@ -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: |