Skip to content

Commit

Permalink
build: fix asset_name
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzbit committed Apr 25, 2023
1 parent c86ef16 commit 1572eea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,5 @@ jobs:
goversion: 1.19.5
ldflags: ${{ matrix.ldflags }}
compress_assets: OFF
asset_name: >-
${{ github.event.repository.name }}-
${{ github.ref_name }}-
${{ matrix.goos }}-
${{ matrix.goarch }}
${{ matrix.ext }}
asset_name: ${{ github.event.repository.name }}-${{ github.ref_name }}-${{ matrix.goos }}-${{ matrix.goarch }}${{ matrix.ext }}
extra_files: LICENSE README.md

0 comments on commit 1572eea

Please sign in to comment.