fix: correct format key to formats in .goreleaser.yaml
All checks were successful
PR Check / check-and-test (pull_request) Successful in 1m4s

This commit is contained in:
2025-07-12 09:21:56 -05:00
parent b4d2b1305e
commit 745856f0f4

View File

@@ -16,7 +16,7 @@ builds:
- amd64
archives:
- format: tar.gz
- formats: tar.gz
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
@@ -26,7 +26,7 @@ archives:
{{- if .Arm }}v{{ .Arm }}{{ end }}
format_overrides:
- goos: windows
format: zip
formats: zip
changelog:
sort: asc