diff --git a/.goreleaser.yml b/.goreleaser.yml index 95887a74..4f79944f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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