|
|
@@ -72,12 +72,13 @@ builds:
|
|
|
|
|
|
archives:
|
|
|
- id: archive
|
|
|
- name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
|
|
|
- replacements:
|
|
|
- darwin: Darwin
|
|
|
- linux: Linux
|
|
|
- windows: Windows
|
|
|
- amd64: x86_64
|
|
|
+ name_template: >-
|
|
|
+ {{- .ProjectName }}_
|
|
|
+ {{- title .Os }}_
|
|
|
+ {{- if eq .Arch "amd64" }}x86_64
|
|
|
+ {{- else if eq .Arch "386" }}i386
|
|
|
+ {{- else }}{{ .Arch }}{{ end }}_
|
|
|
+ {{- .Version }}
|
|
|
checksum:
|
|
|
name_template: "checksums.txt"
|
|
|
snapshot:
|