From aa9a2142b8d7dca06cf4a45310267615cf0a3e9a Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Fri, 20 Jun 2025 12:19:18 +0300 Subject: [PATCH] Update GoReleaser configurations (#3231) Signed-off-by: Emmanuel Ferdman --- .goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 70021279..7039eb09 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -292,10 +292,11 @@ changelog: disable: true archives: - id: fission - builds: + ids: - fission-cli name_template: "{{ .ProjectName }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}" - format: binary + formats: + - binary checksum: name_template: "checksums.txt" algorithm: sha256