From 84c9d17751d5d16ac31d4ebb3ce4717ad79f9d95 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 1 Dec 2025 19:49:01 -0600 Subject: [PATCH] change name format --- cmd/showbridge/.goreleaser.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/cmd/showbridge/.goreleaser.yaml b/cmd/showbridge/.goreleaser.yaml index baa963c..6fbdafe 100644 --- a/cmd/showbridge/.goreleaser.yaml +++ b/cmd/showbridge/.goreleaser.yaml @@ -17,15 +17,7 @@ builds: archives: - formats: [tar.gz] - # this name template makes the OS and Arch compatible with the results of `uname`. - name_template: >- - {{ .ProjectName }}_ - {{- title .Os }}_ - {{- if eq .Arch "amd64" }}x86_64 - {{- else if eq .Arch "386" }}i386 - {{- else }}{{ .Arch }}{{ end }} - {{- if .Arm }}v{{ .Arm }}{{ end }} - # use zip for windows archives + name_template: "showbridge_{{ .Version }}_{{ .Os }}_{{ .Arch }}" format_overrides: - goos: windows formats: [zip]