Skip to content

Commit

Permalink
Fix file and asset names for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-c committed Oct 18, 2019
1 parent 3a97638 commit b42a694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
os: [ubuntu-latest, windows-latest]
include:
- os: windows-latest
asset_name: words.exe
release_name: words-windows.exe
file_name: words.exe
asset_name: words-windows.exe
- os: ubuntu-latest
file_name: words
asset_name: words-ubuntu
Expand Down

0 comments on commit b42a694

Please sign in to comment.