Skip to content

Commit

Permalink
ci: Release asset names should not include version
Browse files Browse the repository at this point in the history
GitOrigin-RevId: bb7290920a7652ed9b938e10432fdbf784934937
  • Loading branch information
christos-h authored and oq-bot committed Feb 4, 2021
1 parent 73b96f7 commit 35971e7
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 @@ -85,5 +85,5 @@ jobs:
with:
upload_url: ${{ steps.release.outputs.upload_url }}
asset_path: ./synth.tar.gz
asset_name: synth-${{ steps.tag.outputs.tag }}-${{ matrix.os }}-x86_64.tar.gz
asset_name: synth-${{ matrix.os }}-x86_64.tar.gz
asset_content_type: application/octet-stream

0 comments on commit 35971e7

Please sign in to comment.