Skip to content

Commit

Permalink
workflows: fix go release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvisco committed May 11, 2020
1 parent 900e7c8 commit edecc83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: builds/gomon-linux-amd64
asset_name: ${{ github.ref }}
asset_name: gomon-linux-amd64
asset_content_type: binary

- name: Upload gomon-darwin-amd64
Expand All @@ -66,6 +66,6 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: builds/gomon-darwin-amd64
asset_name: ${{ github.ref }}
asset_name: gomon-darwin-amd64
asset_content_type: binary

0 comments on commit edecc83

Please sign in to comment.