diff --git a/cmd/showbridge/.goreleaser.yaml b/cmd/showbridge/.goreleaser.yaml index 6807a0a..9024022 100644 --- a/cmd/showbridge/.goreleaser.yaml +++ b/cmd/showbridge/.goreleaser.yaml @@ -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]