Skip to content

Commit

Permalink
Fix binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
l.aminov committed Apr 2, 2020
1 parent 00d62d9 commit b0bb4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before:
- go mod tidy
builds:
- main: 'cmd/gocloc/main.go'
binary: git-bump
binary: gocloc
ldflags:
- -s -w
- -X main.Version={{.Version}}
Expand Down

0 comments on commit b0bb4f0

Please sign in to comment.