Skip to content

Commit

Permalink
Fix binary path for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
L7R7 committed Jun 13, 2024
1 parent 723491e commit 9e60294
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- if: matrix.os == 'windows-latest'
name: Set binary path name on Windows
run: echo "BINARY_PATH=./bin/gitlab-helper.exe" >> $env:GITHUB_ENV
run: echo "BINARY_PATH=./bin/gitlab-helper-exe.exe" >> $env:GITHUB_ENV

- if: matrix.os != 'windows-latest'
name: Set binary path name not on Windows
Expand All @@ -100,7 +100,6 @@ jobs:
run: |
echo "upload_url=$(cat release_url/release_url.txt)" >> $env:GITHUB_ENV
# See Note [environment variables]
- if: matrix.os != 'windows-latest'
name: Get Release File Name & Upload URL not on Widows
run: |
Expand Down

0 comments on commit 9e60294

Please sign in to comment.