1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-02-18 21:01:01 +01:00

Fix archive syntax (goreleaser)

This commit is contained in:
Jean-Marc Meessen 2023-11-14 15:19:26 +01:00
parent 6454e32387
commit 3a1a218b2e
No known key found for this signature in database

View file

@ -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