Add archive configuration to .goreleaser.yml
Some checks failed
goreleaser / goreleaser (push) Has been cancelled
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:
@@ -8,4 +8,10 @@ builds:
|
|||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
main: ./cmd/server/
|
main: ./cmd/server/
|
||||||
binary: cli-proxy-api
|
binary: cli-proxy-api
|
||||||
|
archives:
|
||||||
|
- id: "cli-proxy-api"
|
||||||
|
files:
|
||||||
|
- LICENSE
|
||||||
|
- README.md
|
||||||
|
- config.yaml
|
||||||
Reference in New Issue
Block a user