From cfc3d2c645cf36ccc9d38dee9eed381e7fe84416 Mon Sep 17 00:00:00 2001 From: michael kubiaczyk Date: Fri, 23 May 2025 10:26:33 +0200 Subject: [PATCH] update goreleaser yaml --- .goreleaser.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index f7b9d84..e210a77 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -13,11 +13,13 @@ builds: binary: cx1e2e archives: - - format: zip + - formats: zip + id: zips name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}" + - formats: binary + id: bins + name_template: "{{ .Binary }}" -artifacts: - - type: binary checksum: name_template: "checksums.txt"