From 9091db69b5029c8868db5c67c4adf45951843277 Mon Sep 17 00:00:00 2001 From: Rooba Limsa Date: Tue, 28 Jan 2020 14:58:37 +0800 Subject: [PATCH] Updates goreleaser config as per the latest spec --- .goreleaser.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 487af6d..71be714 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,13 +4,13 @@ builds: - env: - CGO_ENABLED=0 - GO111MODULE=on -archive: - replacements: - darwin: Darwin - linux: Linux - windows: Windows - 386: i386 - amd64: x86_64 +archives: + - replacements: + darwin: Darwin + linux: Linux + windows: Windows + 386: i386 + amd64: x86_64 checksum: name_template: 'checksums.txt' snapshot: