From 1e42c7b2610ad5a0f91e429106815c2b3e8d5f3d Mon Sep 17 00:00:00 2001 From: rsteube Date: Sun, 4 May 2025 11:58:11 +0200 Subject: [PATCH] fix goreleaser deprecations --- .goreleaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index ffa71857..e645e171 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -32,14 +32,14 @@ builds: tool: go-termux archives: - id: default - builds: + ids: - default name_template: 'carapace-bin_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}' format_overrides: - goos: windows - format: zip + formats: ['zip'] - id: termux - builds: + ids: - termux name_template: 'carapace-bin_{{ .Version }}_termux_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'