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:
parent
6454e32387
commit
3a1a218b2e
1 changed files with 6 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue