Fix deprecated property

This commit is contained in:
2025-01-23 14:12:59 +01:00
parent e78d0a7276
commit 7939a6fde1

View File

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