From 500650583635a66e6baa26f3508183aa2235b3fa Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 14 Jul 2019 16:59:43 -0500 Subject: [PATCH] ci: use zip archive for windows --- .goreleaser.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 944b533..46f32f3 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -24,6 +24,9 @@ builds: archives: - id: tar_gz format: tar.gz + format_overrides: + - goos: windows + format: zip name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' files: - LICENSE*