From 21496e7a816bdf8578c9c7656dc291d342775cca Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 11 Aug 2025 16:38:33 +0300 Subject: [PATCH] chore: update GoReleaser configurations (#4128) Signed-off-by: Emmanuel Ferdman --- .goreleaser.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index de69b0ebe..957aca6c6 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -48,12 +48,13 @@ builds: archives: - id: linux-archives - builds: [linux-build] + ids: [linux-build] - id: darwin-archives - builds: [darwin-build] + ids: [darwin-build] - id: windows-archives - format: zip - builds: [windows-build] + formats: + - zip + ids: [windows-build] nfpms: - license: "Apache 2.0"