From e4e8e392cdfac6137d63a064df89de4a898ed830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Adamski?= Date: Fri, 24 Jan 2025 12:07:06 +0100 Subject: [PATCH] update goreleaser depracated format --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 23102f4..387f9e4 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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