update goreleaser depracated format

This commit is contained in:
Michał Adamski
2025-01-24 12:07:06 +01:00
parent 8b142b80e8
commit e4e8e392cd

View File

@@ -27,7 +27,7 @@ builds:
goarch: arm64
archives:
- format: tar.gz
- formats: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
{{ .ProjectName }}_
@@ -39,7 +39,7 @@ archives:
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
formats: zip
files:
- README.md
- LICENSE.txt