Skip to content

Commit

Permalink
powershell does not understand bash
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed Feb 21, 2023
1 parent 46d4736 commit 7f6ca9d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,8 @@ jobs:
- name: Set binary path name
id: binarypath
run: |
currentEXE="./dist/nassa.exe"
newEXE="nassa-$RUNNER_OS.exe"
mv $currentEXE $newEXE
echo "BINARY_PATH=$newEXE" >> $GITHUB_OUTPUT
Rename-Item -Path "./dist/nassa.exe" -NewName "./dist/nassa-Windows.exe"
echo "BINARY_PATH=./dist/nassa-Windows.exe" >> $env:GITHUB_OUTPUT
- name: Compress binary
uses: svenstaro/upx-action@v2
Expand Down

0 comments on commit 7f6ca9d

Please sign in to comment.