Skip to content

Commit

Permalink
fixing release binaries workflow (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac authored Jul 12, 2023
1 parent 2a5cf17 commit 59e7620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release binaries
on:
release:
types:
- created
- published

jobs:
release-binaries:
Expand Down Expand Up @@ -30,4 +30,4 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./bin/otelauto
asset_name: otelauto-linux-${{ matrix.arch }}
asset_name: otelauto-linux-${{ matrix.arch }}-${{ github.event.release.tag_name }}

0 comments on commit 59e7620

Please sign in to comment.