Skip to content

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
thanethomson committed Dec 19, 2023
1 parent 18e7e88 commit 86c1e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
project_name: tm-load-test
project_name: cometbft-load-test

env:
# Require use of Go modules.
- GO111MODULE=on

builds:
- main: ./cmd/tm-load-test/main.go
- main: ./cmd/cometbft-load-test/main.go
goos:
- linux
- darwin
Expand Down

0 comments on commit 86c1e7a

Please sign in to comment.