Skip to content

Commit

Permalink
Fix binary name on windows
Browse files Browse the repository at this point in the history
Refers to #8
  • Loading branch information
L7R7 committed Jun 25, 2024
1 parent 0dd3416 commit ab2565a
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 @@ -91,7 +91,7 @@ jobs:
name: Set binary path name on Windows
run: |
mv ./bin/gitlab-helper-exe.exe ./bin/gitlab-helper.exe
echo "BINARY_PATH=./bin/gitlab-helper-exe.exe" >> $env:GITHUB_ENV
echo "BINARY_PATH=./bin/gitlab-helper.exe" >> $env:GITHUB_ENV
- if: matrix.os != 'windows-latest'
name: Set binary path name not on Windows
Expand Down

0 comments on commit ab2565a

Please sign in to comment.