From 109530b35bb0285abff8f61ee1c574ac84915fb9 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Mon, 19 Feb 2018 11:40:18 +1100 Subject: [PATCH] Create ZIP files for windows --- .goreleaser.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 2619221..4503ca0 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -5,4 +5,9 @@ builds: - darwin - linux goarch: - - amd64 \ No newline at end of file + - amd64 + +archive: + format_overrides: + - goos: windows + format: zip \ No newline at end of file