Skip to content

Commit

Permalink
Corrected release exe renaming for Windows
Browse files Browse the repository at this point in the history
as it is a power shell running by default, not a dos shell.
  • Loading branch information
kuniss committed Dec 27, 2023
1 parent 52150bf commit 3a6aafa
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 @@ -32,7 +32,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
include:
- os: windows-latest
rename: rename gamma.exe
rename: Rename-Item gamma.exe
exe: gamma.windows-amd64.exe
- os: ubuntu-latest
rename: mv ./gamma
Expand Down

0 comments on commit 3a6aafa

Please sign in to comment.