Skip to content

Commit

Permalink
Update release bin name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan committed May 30, 2024
1 parent 9142573 commit 1ae328e
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 @@ -69,7 +69,7 @@ jobs:

# Define a better name for the final binary
BIN_COMMIT=$(git describe --tags)
BIN_RELEASE_VERSIONED="${PROJECT_NAME}-${{ github.ref_name }}-${{ matrix.name }}-${{github.BIN_COMMIT}}${BIN_SUFFIX}"
BIN_RELEASE_VERSIONED="${PROJECT_NAME}-${{ github.ref_name }}-${{ matrix.name }}-$BIN_COMMIT${BIN_SUFFIX}"

# Move the built binary where you want it
ls -la
Expand Down

0 comments on commit 1ae328e

Please sign in to comment.