From 8f949abc56d9772424a10c509b627bc05054ea7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20=C5=9Ei=C5=9Fmano=C4=9Flu?= Date: Thu, 6 Feb 2025 22:31:48 +0300 Subject: [PATCH] fix(ci): Update goreleaser archives formats to accept list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 'format' is deprecated - https://goreleaser.com/deprecations/#archivesformat - https://goreleaser.com/deprecations/#archivesformat_overridesformat Signed-off-by: Mert Şişmanoğlu --- .goreleaser.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 90693c2..c88583c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -44,14 +44,13 @@ kos: env: - CGO_ENABLED=0 bare: true - archives: - - format: tar.gz + - formats: tar.gz name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}" format_overrides: - goos: windows - format: zip + formats: zip checksum: # Generate checksum files to confirm the integrity of the files.