mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
set project name
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
version: 2
|
||||
|
||||
project_name: showbridge
|
||||
before:
|
||||
hooks:
|
||||
- go mod tidy
|
||||
@@ -17,7 +17,7 @@ builds:
|
||||
|
||||
archives:
|
||||
- formats: [tar.gz]
|
||||
name_template: "showbridge_{{ .Version }}_{{ .Os }}-{{ .Arch }}"
|
||||
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}-{{ .Arch }}"
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
formats: [zip]
|
||||
|
||||
Reference in New Issue
Block a user