Skip to content

Commit

Permalink
Fix windows exe naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Pzixel committed Mar 26, 2020
1 parent 441448a commit 14fd348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
asset_name: easy_savescum-linux-amd64
- os: windows-latest
artifact_name: easy_savescum.exe
asset_name: easy_savescum-windows-amd64
asset_name: easy_savescum-windows-amd64.exe
- os: macos-latest
artifact_name: easy_savescum
asset_name: easy_savescum-macos-amd64
Expand Down

0 comments on commit 14fd348

Please sign in to comment.