Skip to content

Commit

Permalink
and one more
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed Feb 21, 2023
1 parent 7f6ca9d commit cae033b
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 @@ -132,7 +132,7 @@ jobs:
- name: Set binary path name
id: binarypath
run: |
Rename-Item -Path "./dist/nassa.exe" -NewName "./dist/nassa-Windows.exe"
Rename-Item -Path "./dist/nassa.exe" -NewName "nassa-Windows.exe"
echo "BINARY_PATH=./dist/nassa-Windows.exe" >> $env:GITHUB_OUTPUT
- name: Compress binary
Expand Down

0 comments on commit cae033b

Please sign in to comment.