Compare commits

..

1 Commits

Author SHA1 Message Date
Luis Pater
d2394b0be9 Update .goreleaser.yml to specify archive formats for different OS targets
- Added `tar.gz` as the default archive format.
- Introduced `zip` format override for Windows builds.
2025-08-08 14:28:02 +08:00

View File

@@ -11,6 +11,10 @@ builds:
binary: cli-proxy-api
archives:
- id: "cli-proxy-api"
format: tar.gz
format_overrides:
- goos: windows
format: zip
files:
- LICENSE
- README.md