Skip to content

Commit

Permalink
ci: some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Dec 24, 2024
1 parent 5cc5359 commit da57f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
fi
# The built binary output location
BIN_OUTPUT="target/${{ matrix.target }}/release/lib${CARGO_BUILD_NAME}${BIN_SUFFIX}"
BIN_OUTPUT="target/${{ matrix.target }}/release/${CARGO_BUILD_NAME}${BIN_SUFFIX}"
# Define a better name for the final binary
BIN_RELEASE="${PROJECT_NAME}.${{ matrix.name }}.node"
Expand Down

0 comments on commit da57f8c

Please sign in to comment.