Skip to content

Commit

Permalink
Set the release binary target
Browse files Browse the repository at this point in the history
Apparently needed to get arm64 mac binaries, or at least to disambiguate arch vs platform
  • Loading branch information
sourcefrog committed Jan 5, 2025
1 parent 728abda commit 339aba3
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 @@ -50,3 +50,4 @@ jobs:
bin: cargo-mutants
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}
target: ${{ matrix.target }}

0 comments on commit 339aba3

Please sign in to comment.