Skip to content

Commit

Permalink
Merge pull request #8 from jhoblitt/bugfix/fix-release-go-binary-again
Browse files Browse the repository at this point in the history
fix go-release-binaries asset_name template
  • Loading branch information
jhoblitt authored Jun 5, 2023
2 parents 762dbaa + 268b3be commit 3f10fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.19.9"
asset_name: '${{ env.REPOSITORY_NAME }}-${{ env.OS_NAME }}-${{ matrix.goarch }}'
asset_name: '${{ github.event.repository.name }}-${{ matrix.goos }}-${{ matrix.goarch }}'

0 comments on commit 3f10fb4

Please sign in to comment.