Merge pull request #11517 from influxdata/ci/name-archives-influxdb

ci(release): prefix archives with influxdb
pull/11519/head v2.0.0-alpha.1
lukevmorris 2019-01-23 14:17:11 -08:00 committed by GitHub
commit c75aa87382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ archive:
format_overrides:
- goos: windows
format: zip
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
name_template: 'influxdb_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
.Arm }}{{ end }}'
files:
- LICENSE