send2gokapi/.goreleaser.yaml
Leon Mika 2566711bbc
Some checks failed
Build and Release / release (push) Failing after 2m13s
Incorrect gitea owner and name
2025-06-01 10:44:21 +10:00

29 lines
488 B
YAML

version: 2
builds:
- id: send2gokapi
goos: [linux, darwin]
goarch: [amd64, arm64]
main: .
env:
- CGO_ENABLED=0
archives:
- ids: [send2gokapi]
formats: [tar.gz]
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
files:
- LICENSE.txt
- README.md
release:
gitea:
owner: cmd
name: send2gokapi
ids:
- default
mode: keep-existing
gitea_urls:
api: https://lmika.dev/api/v4/
download: https://lmika.dev