Skip to content

Commit

Permalink
powershell env syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ddd-mtl committed Mar 6, 2022
1 parent 37478d5 commit bb70188
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 @@ -155,4 +155,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload "$($env:GITHUB_REF -replace "refs/tags/")" "electron/out/Where.Setup.$WHERE_VERSION.exe" --clobber
gh release upload "$($env:GITHUB_REF -replace "refs/tags/")" "electron/out/Where.Setup.$env:WHERE_VERSION.exe" --clobber

0 comments on commit bb70188

Please sign in to comment.