Fix archive syntax (goreleaser)

pull/109/head v0.1.6
Jean-Marc Meessen 10 months ago
parent 6454e32387
commit 3a1a218b2e
No known key found for this signature in database

@ -53,13 +53,12 @@ dockers:
archives:
- name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{- if eq .Os "darwin"}}macOS
{{- else }}{{- .Os }}{{ end }}_
{{- if eq .Arch "amd64" }}64-bit
{{- else if eq .Arch "386" }}32-bit
{{- else }}{{ .Arch }}{{ end }}
{{ .ProjectName }}_{{ .Version }}_
{{- if eq .Os "darwin"}}macOS
{{- else }}{{- .Os }}{{ end }}_
{{- if eq .Arch "amd64" }}64-bit
{{- else if eq .Arch "386" }}32-bit
{{- else }}{{ .Arch }}{{ end }}
format_overrides:
- goos: windows
format: zip

Loading…
Cancel
Save