From 18fdff71f790c50810d5ef36669180f8fab136a1 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Sat, 22 Oct 2022 06:18:25 +0530 Subject: [PATCH] Use zip as extension for windows binary release artifacts (#1281) ## Description Use zip as extension for windows binary release artifacts. ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Test - [x] :computer: CI/Deployment - [ ] :hamster: Trivial/Minor ## Issue(s) * fixes https://github.com/alcionai/corso/issues/1234 ## Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- src/.goreleaser.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/.goreleaser.yaml b/src/.goreleaser.yaml index e79b2a92d..19a49a79b 100644 --- a/src/.goreleaser.yaml +++ b/src/.goreleaser.yaml @@ -24,6 +24,11 @@ archives: windows: Windows 386: i386 amd64: x86_64 + format: tar.gz + format_overrides: + - goos: windows + format: zip + checksum: name_template: 'checksums.txt' snapshot: