windows version file name
This commit is contained in:
parent
202ff3df6d
commit
862cb7a82d
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue