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 }}"