Skip to content

Commit 8c9b752

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
ci: upload bare binaries instead of tar.gz archives
Static binaries don't need archiving. Use format: binary so GoReleaser uploads the raw executables directly.
1 parent e652786 commit 8c9b752

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ archives:
5454
- id: binder-mcp
5555
builds: [binder-mcp]
5656
formats:
57-
- tar.gz
57+
- binary
5858
name_template: "binder-mcp_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
5959
- id: bindercli
6060
builds: [bindercli]
6161
formats:
62-
- tar.gz
62+
- binary
6363
name_template: "bindercli_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
6464
- id: binder-proxyd
6565
builds: [binder-proxyd]
6666
formats:
67-
- tar.gz
67+
- binary
6868
name_template: "binder-proxyd_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
6969

7070
checksum:

0 commit comments

Comments
 (0)