Merge pull request #208 from replicatedhq/laverya/don-t-use-goreleaser-binary-template

use hardcoded binary name, not {{ .Binary }}
This commit is contained in:
Andrew Lavery
2020-05-28 21:29:11 -04:00
committed by GitHub

View File

@@ -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*