Skip to content

Commit

Permalink
fix: github action release nodeman plugin product
Browse files Browse the repository at this point in the history
  • Loading branch information
AlkaidChan committed Sep 12, 2024
1 parent c60c11c commit e4f987d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
goversion: 1.20.4
goos: linux
goarch: amd64
build_command: make build_nodemanPlugin GOOS=linux GOARCH=amd64 VERSION=${{ github.event.release.tag_name }}
extra_files: build/nodemanPlugin/bkbscp/plugins_linux_x86_64
build_command: make build_nodemanPlugin VERSION=${{ github.event.release.tag_name }}
extra_files: build/nodemanPlugin/bkbscp/plugins_linux_x86_64 build/nodemanPlugin/bkbscp/plugins_windows_x86_64
asset_name: bscp-${{ github.event.release.tag_name }}-nodemanPlugin
md5sum: false

0 comments on commit e4f987d

Please sign in to comment.