From 5cc97eaf17aede747cf5a249f6fc63fc5681296e Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Tue, 13 May 2025 15:32:59 +0100 Subject: [PATCH] goreleaser: fix deprecations this sucks --- .goreleaser.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index afc3531..d9b5da3 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -74,9 +74,9 @@ builds: - amd64 archives: - id: windows-tray - builds: + ids: - windows-tray - format: zip + formats: [ "zip" ] name_template: >- {{ .ProjectName }}_{{ .Version }}_TrayIcon_ {{- if eq .Os "darwin" }}macOS @@ -84,9 +84,9 @@ archives: {{- if eq .Arch "amd64" }}x86_64 {{- else }}{{ .Arch }}{{ end }} - id: linux-tray - builds: + ids: - linux-tray - format: zip + formats: [ "zip" ] name_template: >- {{ .ProjectName }}_{{ .Version }}_TrayIcon_ {{- if eq .Os "darwin" }}macOS @@ -94,9 +94,9 @@ archives: {{- if eq .Arch "amd64" }}x86_64 {{- else }}{{ .Arch }}{{ end }} - id: notray - builds: + ids: - notray - format: zip + formats: [ "zip" ] name_template: >- {{ .ProjectName }}_{{ .Version }}_ {{- if eq .Os "darwin" }}macOS @@ -104,9 +104,9 @@ archives: {{- if eq .Arch "amd64" }}x86_64 {{- else }}{{ .Arch }}{{ end }} - id: notray-e2ee - builds: + ids: - notray-e2ee - format: zip + formats: [ "zip" ] name_template: >- {{ .ProjectName }}_{{ .Version }}_MatrixE2EE_ {{- if eq .Os "darwin" }}macOS @@ -133,7 +133,7 @@ nfpms: license: MIT vendor: hrfee.dev version_metadata: git - builds: + ids: - notray-e2ee contents: - src: ./LICENSE @@ -161,7 +161,7 @@ nfpms: license: MIT vendor: hrfee.dev version_metadata: git - builds: + ids: - linux-tray contents: - src: ./LICENSE