Skip to content

Commit

Permalink
added "v" to binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaardsholt committed Aug 21, 2020
1 parent 7080de1 commit 2ff79aa
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 @@ -28,7 +28,7 @@ builds:
ignore:
- goos: darwin
goarch: '386'
binary: '{{ .ProjectName }}_{{ .Version }}'
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
Expand Down

0 comments on commit 2ff79aa

Please sign in to comment.