Skip to content

Commit

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

- name: Wait
run: sleep 2

- name: Upload gomon-darwin-amd64
id: upload-release-asset-darwin-amd64
Expand All @@ -67,5 +70,5 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: builds/gomon-darwin-amd64
asset_name: gomon-darwin-amd64
asset_content_type: binary
asset_content_type: application/octet-stream

0 comments on commit 759fa66

Please sign in to comment.