mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-19 04:40: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
|
binary: cli-proxy-api
|
||||||
archives:
|
archives:
|
||||||
- id: "cli-proxy-api"
|
- id: "cli-proxy-api"
|
||||||
|
format: tar.gz
|
||||||
|
format_overrides:
|
||||||
|
- goos: windows
|
||||||
|
format: zip
|
||||||
files:
|
files:
|
||||||
- LICENSE
|
- LICENSE
|
||||||
- README.md
|
- README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user