Skip to content

Commit

Permalink
fix typo of binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
pombadev committed Jan 5, 2022
1 parent 1dc2d18 commit a87bdeb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
include:
- name: linux
os: ubuntu-latest
artifact_name: sunny
asset_name: sunny-linux-amd64
artifact_name: ikill
asset_name: ikill-linux-amd64
- name: windows
os: windows-latest
artifact_name: sunny.exe
asset_name: sunny-windows-amd64
artifact_name: ikill.exe
asset_name: ikill-windows-amd64
- name: macos
os: macos-latest
artifact_name: sunny
asset_name: sunny-macos-amd64
artifact_name: ikill
asset_name: ikill-macos-amd64

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit a87bdeb

Please sign in to comment.