Skip to content

Commit

Permalink
support build artifact for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yantonov committed Jan 9, 2021
1 parent 99c3aef commit a56f23f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- os: ubuntu-latest
executable: alias
asset_name: alias-linux
- os: windows-latest
executable: alias.exe
asset_name: alias-windows
- os: macos-latest
executable: alias
asset_name: alias-macos
Expand Down

0 comments on commit a56f23f

Please sign in to comment.