From 77a25cd61ef6b14ef1a6ed7a3ea05e66c0304eb8 Mon Sep 17 00:00:00 2001 From: SteveRuble Date: Mon, 9 Nov 2020 08:08:27 -0500 Subject: [PATCH] chore: update goreleaser config --- .goreleaser.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index fc9ba38..e58a7ba 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -17,16 +17,16 @@ builds: - darwin goarch: - amd64 -archives: - - name_template: '{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' - replacements: - darwin: darwin - linux: linux - windows: windows - amd64: amd64 - format_overrides: - - goos: windows - format: zip +archive: + name_template: '{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' + replacements: + darwin: darwin + linux: linux + windows: windows + amd64: amd64 + format_overrides: + - goos: windows + format: zip checksum: name_template: 'checksums.txt' snapshot: