From 1a0847ff58f45241f1e568efcdc717f3068c06cd Mon Sep 17 00:00:00 2001 From: checktheroads Date: Fri, 11 Dec 2020 17:04:00 -0700 Subject: [PATCH] fix goreleaser config syntax --- .goreleaser.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index d828070..4b5ce39 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -19,10 +19,11 @@ builds: - 5 - 6 - 7 -replacements: - 386: amd32 - darwin: macOS - linux: linux +archives: + - replacements: + 386: amd32 + darwin: macOS + linux: linux checksum: name_template: 'checksums.txt' snapshot: