windows version file name

This commit is contained in:
Robert Janetzko 2022-05-10 18:15:05 +00:00
parent 202ff3df6d
commit 862cb7a82d

View File

@ -1,13 +1,21 @@
builds: builds:
- binary: legendsbrowser - id: linux/macos-amd64
binary: legendsbrowser
env: env:
- CGO_ENABLED=0 - CGO_ENABLED=0
goos: goos:
- linux - linux
- windows
- darwin - darwin
goarch: goarch:
- amd64 - amd64
- id: windows-amd64
binary: LegendsBrowser
env:
- CGO_ENABLED=0
goos:
- windows
goarch:
- amd64
archives: archives:
- format: zip - format: zip
name_template: "legendsbrowser-{{ .Version }}-{{ .Os }}" name_template: "legendsbrowser-{{ .Version }}-{{ .Os }}"