From 4021a6c1763fe7f169004e896c7c28bdbf19fa99 Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Thu, 28 May 2020 21:18:03 -0400 Subject: [PATCH] use hardcoded binary name, not {{ .Binary }} --- deploy/.goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/.goreleaser.yaml b/deploy/.goreleaser.yaml index e6e5f7201..e65af40a2 100644 --- a/deploy/.goreleaser.yaml +++ b/deploy/.goreleaser.yaml @@ -65,7 +65,7 @@ archives: format_overrides: - goos: windows format: zip - name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}' + name_template: 'preflight_{{ .Os }}_{{ .Arch }}' files: - licence* - LICENCE* @@ -82,7 +82,7 @@ archives: format_overrides: - goos: windows format: zip - name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}' + name_template: 'support-bundle_{{ .Os }}_{{ .Arch }}' files: - licence* - LICENCE*