Skip to content

Commit

Permalink
Use a more common release binary format
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Kavanagh committed May 28, 2021
1 parent a948e98 commit 73975d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./bin/${{ github.event.release.tag_name }}_${{ matrix.os }}_${{ matrix.arch }}
asset_name: ${{ github.event.repository.name }}_${{ github.event.release.tag_name }}_${{ matrix.os }}_${{ matrix.arch }}
asset_name: ${{ github.event.repository.name }}-${{ github.event.release.tag_name }}.${{ matrix.os }}-${{ matrix.arch }}
asset_content_type: application/octet-stream

0 comments on commit 73975d6

Please sign in to comment.