Skip to content

Commit

Permalink
feat: add release job
Browse files Browse the repository at this point in the history
  • Loading branch information
mike committed Jul 19, 2024
1 parent d4ca083 commit 17e6dac
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 @@ -63,7 +63,7 @@ jobs:
shell: bash
run: |
# Replace with the name of your binary
binary_name="${{PROJECT_NAME}}"
binary_name="${{env.PROJECT_NAME}}"
dirname="$binary_name-${{ env.VERSION }}-${{ matrix.platform.target }}"
mkdir "$dirname"
Expand Down

0 comments on commit 17e6dac

Please sign in to comment.