From cc81b5b6d9137aa9d915cd83fa6083bfd2552d37 Mon Sep 17 00:00:00 2001 From: Wang Zuo Date: Sun, 23 May 2021 10:15:27 +0800 Subject: [PATCH] fix goreleaser replacement --- .goreleaser.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9615231..a93de45 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,11 +4,11 @@ builds: - GO111MODULE=on archives: - replacements: - darwin: Darwin - linux: Linux - windows: Windows + darwin: darwin + linux: linux + windows: windows 386: i386 - amd64: x86_64 + amd64: amd64 checksum: name_template: 'checksums.txt' snapshot: