Skip to content

Commit

Permalink
fix binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendzae committed Jul 26, 2024
1 parent 0308b83 commit 5dd3515
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 @@ -52,7 +52,7 @@ jobs:
shell: bash
run: |
# Replace with the name of your binary
binary_name="<BINARY_NAME>"
binary_name="g-stack"
dirname="$binary_name-${{ env.VERSION }}-${{ matrix.target }}"
mkdir "$dirname"
Expand Down

0 comments on commit 5dd3515

Please sign in to comment.