Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 11, 2024
1 parent 707ef49 commit 80da23f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
rm "zig-linux-x86_64-$TAGVER.tar.xz"
rm "zig-linux-aarch64-$TAGVER.tar.xz"
rm "zig-freebsd-x86_64-$TAGVER.tar.xz"
- run: ./build-zig-ape
- env:
TAGVER: ${{ needs.tagver.outputs.tagver }}
run: ./build-zig-ape
- env:
TAGVER: ${{ needs.tagver.outputs.tagver }}
run: 7z a zig-ape-$TAGVER.zip zig-ape-$TAGVER/
Expand Down

0 comments on commit 80da23f

Please sign in to comment.