Skip to content

Commit

Permalink
fixed naming of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcd committed Apr 24, 2022
1 parent 0321a48 commit 8e250c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
include:
- os: ubuntu-latest
artifact_name: gitclone
asset_name: mything-linux-amd64
asset_name: gitclone-linux-amd64
- os: windows-latest
artifact_name: gitclone.exe
asset_name: mything-windows-amd64
asset_name: gitclone-windows-amd64
- os: macos-latest
artifact_name: gitclone
asset_name: mything-macos-amd64
asset_name: gitclone-macos-amd64

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

0 comments on commit 8e250c9

Please sign in to comment.