From 13a31c30d9af1772b04389c12aa56885a77a5eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ken-H=C3=A5vard=20Lieng?= Date: Thu, 30 Apr 2020 08:16:06 +0200 Subject: [PATCH] Update .goreleaser.yml --- .goreleaser.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index f3eb168a..45306b5a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -19,17 +19,17 @@ builds: - 6 - 7 -archive: - files: - - none* +archives: + - files: + - none* - format_overrides: - - goos: windows - format: zip + format_overrides: + - goos: windows + format: zip - replacements: - amd64: x64 - darwin: mac + replacements: + amd64: x64 + darwin: mac checksum: name_template: "checksums.txt"