From 862cb7a82dc4ddbe5ae88bcb5b4a0644027d2a27 Mon Sep 17 00:00:00 2001 From: Robert Janetzko Date: Tue, 10 May 2022 18:15:05 +0000 Subject: [PATCH] windows version file name --- backend/.goreleaser.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/backend/.goreleaser.yaml b/backend/.goreleaser.yaml index ac3c765..098366a 100644 --- a/backend/.goreleaser.yaml +++ b/backend/.goreleaser.yaml @@ -1,13 +1,21 @@ builds: - - binary: legendsbrowser + - id: linux/macos-amd64 + binary: legendsbrowser env: - CGO_ENABLED=0 goos: - linux - - windows - darwin goarch: - amd64 + - id: windows-amd64 + binary: LegendsBrowser + env: + - CGO_ENABLED=0 + goos: + - windows + goarch: + - amd64 archives: - format: zip name_template: "legendsbrowser-{{ .Version }}-{{ .Os }}"