update tarball naming scheme to bin_os_arch, no longer include version

This commit is contained in:
Andrew Lavery
2019-11-14 13:48:52 -08:00
parent 58ed4c8fc2
commit 430fdaa9e4
3 changed files with 5 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ builds:
archives:
- id: tar
format: tar.gz
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-alpha'
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}-alpha'
files:
- licence*
- LICENCE*

View File

@@ -91,7 +91,7 @@ archives:
format: tar.gz
- id: tar
format: tar.gz
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-alpha'
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}-alpha'
files:
- licence*
- LICENCE*

View File

@@ -89,7 +89,7 @@ archives:
builds:
- so
format: tar.gz
name_template: 'troubleshoot.so_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
name_template: 'troubleshoot.so_{{ .Os }}_{{ .Arch }}'
- id: preflight
builds:
- preflight
@@ -97,7 +97,7 @@ archives:
format_overrides:
- goos: windows
format: zip
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-{{ .Major }}.{{ .Minor }}.{{ .Patch }}'
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}'
files:
- licence*
- LICENCE*
@@ -114,7 +114,7 @@ archives:
format_overrides:
- goos: windows
format: zip
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-{{ .Major }}.{{ .Minor }}.{{ .Patch }}'
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}'
files:
- licence*
- LICENCE*