Skip to content

Commit

Permalink
cicd: Rename release binary to contain target info
Browse files Browse the repository at this point in the history
  • Loading branch information
Hejsil committed Jun 28, 2024
1 parent 2ca5f16 commit 1f450bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

- run: |
zig build -Doptimize=ReleaseSafe -Dstrip -Dcpu=baseline -Dtarget=${{ matrix.target }}
mv zig-out/bin/dipm zig-out/bin/dipm-${{ matrix.target }}
- env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1f450bb

Please sign in to comment.