From 64285f49d31153b4808a0e86415b06ea485f9cad Mon Sep 17 00:00:00 2001 From: Erik Geiser Date: Wed, 12 Jul 2023 15:27:30 +0200 Subject: [PATCH] Update .goreleaser.yaml --- .goreleaser.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 51ccef0..22d61f8 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -19,11 +19,11 @@ builds: archives: - - replacements: - darwin: macOS - linux: Linux - windows: Windows - amd64: x86_64 + name_template: >- + {{ .ProjectName }}_ + {{- title .Os }}_ + {{- if eq .Arch "amd64" }}x86_64 + {{- else }}{{ .Arch }}{{ end }} format_overrides: - goos: windows format: zip