Skip to content

Commit

Permalink
Debug for the exe case
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan committed May 30, 2024
1 parent a6e4a6e commit bf6a13f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ jobs:
BIN_OUTPUT="target/${{ matrix.target }}/release/${PROJECT_NAME}${BIN_SUFFIX}"

# Define a better name for the final binary
echo "BIN_COMMIT: $BIN_COMMIT"
echo "PROJECT_NAME: $PROJECT_NAME"
echo "BIN_SUFFIX: $BIN_SUFFIX"
BIN_RELEASE_VERSIONED="${PROJECT_NAME}-${{ matrix.name }}-${BIN_COMMIT}${BIN_SUFFIX}"
echo "BIN_RELEASE_VERSIONED: $BIN_RELEASE_VERSIONED"

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

0 comments on commit bf6a13f

Please sign in to comment.