Skip to content

Commit

Permalink
fix: .github release action yaml (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlkaidChan authored Sep 11, 2024
1 parent 8d60013 commit c60c11c
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 @@ -38,7 +38,7 @@ jobs:
goversion: 1.20.4
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
build_command: make build GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} VERSION=${{ github.event.release.tag_name }} -ldflags "-X github.com/TencentBlueKing/bk-bcs/bcs-services/bcs-bscp/pkg/version.CLIENTTYPE=command"
build_command: make build GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} VERSION=${{ github.event.release.tag_name }}
extra_files: LICENSE.txt readme.md readme_en.md bin/${{ matrix.bin_name }}
asset_name: bscp-${{ github.event.release.tag_name }}-${{ matrix.goos }}-${{ matrix.goarch }}
md5sum: false
Expand Down

0 comments on commit c60c11c

Please sign in to comment.