Skip to content

Commit e34c7ee

Browse files
committed
Drop the name template thing
1 parent c03f0a2 commit e34c7ee

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.goreleaser.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ builds:
1010
- linux
1111
- windows
1212
- darwin
13-
archives:
14-
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os | title }}_{{ .Arch | replace "386" "i386" | replace "amd64" "x86_64" }}{{ with .Goamd64 }}_{{ . }}{{ end }}{{ with .Goarm }}_{{ . }}{{ end }}{{ with .Go386 }}_{{ . }}{{ end }}'
1513
checksum:
1614
name_template: 'checksums.txt'
1715
snapshot:

0 commit comments

Comments
 (0)