Skip to content

Commit 27a9146

Browse files
committed
remove version from binary name
1 parent 25f1cbb commit 27a9146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ builds:
2222
- goos: darwin
2323
goarch: 386
2424
archives:
25-
- name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}_{{.Version}}"
25+
- name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"
2626
format: binary
2727
checksum:
2828
name_template: 'checksums.txt'

0 commit comments

Comments
 (0)