Fix deprecated property
This commit is contained in:
@ -38,7 +38,7 @@ archives:
|
|||||||
{{- if eq .Arch "amd64" }}{{ .Amd64 }}
|
{{- if eq .Arch "amd64" }}{{ .Amd64 }}
|
||||||
{{- else if eq .Arch "arm64" }}{{ .Arm64 }}
|
{{- else if eq .Arch "arm64" }}{{ .Arm64 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
format: tar.gz
|
formats: [ "tar.gz" ]
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
formats: [ "zip" ]
|
formats: [ "zip" ]
|
||||||
|
Reference in New Issue
Block a user