Fixed binary file names in releases
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
9dc39dbe53
commit
7a8503ed3e
@ -10,8 +10,8 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- go get
|
- go get
|
||||||
- GOOS=windows GOARCH=amd64 go build -o dist/bgbench-windows-x86_64-${CI_COMMIT_TAG}.exe
|
- GOOS=windows GOARCH=amd64 go build -o dist/bgbench-windows-x86_64-${CI_COMMIT_TAG}.exe
|
||||||
- GOOS=linux GOARCH=amd64 go build -o dist/bench-linux-x86_64-${CI_COMMIT_TAG}
|
- GOOS=linux GOARCH=amd64 go build -o dist/bgbench-linux-x86_64-${CI_COMMIT_TAG}
|
||||||
- GOOS=darwin GOARCH=amd64 go build -o dist/bench-macos-x86_64-${CI_COMMIT_TAG}
|
- GOOS=darwin GOARCH=amd64 go build -o dist/bgbench-macos-x86_64-${CI_COMMIT_TAG}
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user