Files
CLIProxyAPI/.goreleaser.yml
Luis Pater 00bd6a3e46
Some checks failed
docker-image / docker (push) Has been cancelled
goreleaser / goreleaser (push) Has been cancelled
Update .goreleaser.yml to include config.example.yaml instead of config.yaml in release assets
2025-07-26 22:19:33 +08:00

18 lines
304 B
YAML

builds:
- id: "cli-proxy-api"
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
main: ./cmd/server/
binary: cli-proxy-api
archives:
- id: "cli-proxy-api"
files:
- LICENSE
- README.md
- README_CN.md
- config.example.yaml