mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-03 04:50:52 +08:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user