From cda3606da393d0f4fdda101af619d0e5134d9295 Mon Sep 17 00:00:00 2001 From: Johan Lindell Date: Tue, 23 Jun 2020 22:18:32 +0200 Subject: [PATCH] Made windows release a zip file --- .goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 44533fc0..cb4bc196 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -18,8 +18,9 @@ archives: windows: Windows 386: i386 amd64: x86_64 -checksum: - name_template: "checksums.txt" + format_overrides: + - goos: windows + format: zip snapshot: name_template: "{{ .Tag }}-next" changelog: