All checks were successful
PR Check / check-and-test (pull_request) Successful in 1m4s
48 lines
886 B
YAML
48 lines
886 B
YAML
version: 2
|
|
|
|
before:
|
|
hooks:
|
|
- go mod tidy
|
|
|
|
builds:
|
|
- ldflags:
|
|
- -X s1d3sw1ped/SteamCache2/version.Version={{.Version}}
|
|
env:
|
|
- CGO_ENABLED=0
|
|
goos:
|
|
- linux
|
|
- windows
|
|
goarch:
|
|
- amd64
|
|
|
|
archives:
|
|
- formats: tar.gz
|
|
name_template: >-
|
|
{{ .ProjectName }}_
|
|
{{- title .Os }}_
|
|
{{- if eq .Arch "amd64" }}x86_64
|
|
{{- else if eq .Arch "386" }}i386
|
|
{{- else }}{{ .Arch }}{{ end }}
|
|
{{- if .Arm }}v{{ .Arm }}{{ end }}
|
|
format_overrides:
|
|
- goos: windows
|
|
formats: zip
|
|
|
|
changelog:
|
|
sort: asc
|
|
filters:
|
|
exclude:
|
|
- "^docs:"
|
|
- "^test:"
|
|
|
|
release:
|
|
name_template: '{{.ProjectName}}-{{.Version}}'
|
|
footer: >-
|
|
|
|
---
|
|
|
|
Released by [GoReleaser](https://github.com/goreleaser/goreleaser).
|
|
|
|
gitea_urls:
|
|
api: https://git.s1d3sw1ped.com/api/v1
|
|
download: https://git.s1d3sw1ped.com |