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