diff --git a/.goreleaser/linux.yaml b/.goreleaser/linux.yaml index 85f333c..6b1a7b4 100644 --- a/.goreleaser/linux.yaml +++ b/.goreleaser/linux.yaml @@ -18,7 +18,7 @@ builds: archives: - format: tar.gz - name_template: "{{ .ProjectName }}_{{- .Os }}_{ .Arch }}{{- if .Arm }}v{{ .Arm }}{{ end }}" + name_template: "{{ .ProjectName }}_{{- .Os }}_{{ .Arch }}{{- if .Arm }}v{{ .Arm }}{{ end }}" # use zip for windows archives format_overrides: - goos: windows diff --git a/.goreleaser/macos-m1.yaml b/.goreleaser/macos-m1.yaml index b657820..bfa4af6 100644 --- a/.goreleaser/macos-m1.yaml +++ b/.goreleaser/macos-m1.yaml @@ -17,7 +17,7 @@ builds: archives: - format: tar.gz - name_template: "{{ .ProjectName }}_{{- .Os }}_{ .Arch }}{{- if .Arm }}v{{ .Arm }}{{ end }}" + name_template: "{{ .ProjectName }}_{{- .Os }}_{{ .Arch }}{{- if .Arm }}v{{ .Arm }}{{ end }}" # use zip for windows archives format_overrides: - goos: windows diff --git a/.goreleaser/macos.yaml b/.goreleaser/macos.yaml index b362503..b11a277 100644 --- a/.goreleaser/macos.yaml +++ b/.goreleaser/macos.yaml @@ -17,7 +17,7 @@ builds: archives: - format: tar.gz - name_template: "{{ .ProjectName }}_{{- .Os }}_{ .Arch }}{{- if .Arm }}v{{ .Arm }}{{ end }}" + name_template: "{{ .ProjectName }}_{{- .Os }}_{{ .Arch }}{{- if .Arm }}v{{ .Arm }}{{ end }}" # use zip for windows archives format_overrides: - goos: windows