From 0a08164bff97fa8daef3b99ebbd493a554a02f8a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 20 May 2020 15:55:58 -0400 Subject: [PATCH] Update goreleaser syntax --- .goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 47b8280..90b820f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,5 +7,6 @@ builds: goarch: - 386 - amd64 -archive: - format: zip \ No newline at end of file +archives: + - id: zip + format: zip