Skip to content

Commit

Permalink
fix binary name in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
seapagan committed Feb 28, 2025
1 parent f352369 commit c368b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build ${{ matrix.binary_target }}
runs-on: ${{ matrix.os }}
env:
BINARY_NAME: bundle_repo
BINARY_NAME: bundlerepo
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c368b3b

Please sign in to comment.