Add archive configuration to .goreleaser.yml
Some checks failed
goreleaser / goreleaser (push) Has been cancelled

- Included LICENSE, README.md, and config.yaml in the archive section for cli-proxy-api.
This commit is contained in:
Luis Pater
2025-07-04 18:50:55 +08:00
parent 5ec6450c50
commit bf086464dd

View File

@@ -8,4 +8,10 @@ builds:
- amd64
- arm64
main: ./cmd/server/
binary: cli-proxy-api
binary: cli-proxy-api
archives:
- id: "cli-proxy-api"
files:
- LICENSE
- README.md
- config.yaml