Add Steam goreleaser configuration
This commit is contained in:
parent
0ff9315ace
commit
26116bcdf3
1 changed files with 30 additions and 0 deletions
30
goreleaser-steam.yml
Normal file
30
goreleaser-steam.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
version: 2
|
||||
project_name: boxcars
|
||||
builds:
|
||||
-
|
||||
id: boxcars
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
goarch:
|
||||
- amd64
|
||||
env:
|
||||
- >-
|
||||
{{- if eq .Os "windows" }}
|
||||
GOFLAGS=-ldflags=-H=windowsgui
|
||||
{{- end }}
|
||||
archives:
|
||||
-
|
||||
id: boxcars
|
||||
builds:
|
||||
- boxcars
|
||||
format_overrides:
|
||||
- goos: linux
|
||||
formats: [ 'zip' ]
|
||||
- goos: windows
|
||||
formats: [ 'zip' ]
|
||||
files:
|
||||
- ./*.md
|
||||
- LICENSE
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
Loading…
Reference in a new issue