Skip to content

Commit 337d48e

Browse files
maxbeizerCopilot
andcommitted
fix: use bare binary format for gh extension install
gh extension install expects bare binaries, not tar.gz archives. The name_template already uses the correct hyphen-separated os-arch. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 07809e5 commit 337d48e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ builds:
1919
archives:
2020
- id: default
2121
formats:
22-
- tar.gz
22+
- binary
2323
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}-{{ .Arch }}"
2424

2525
checksum:

0 commit comments

Comments
 (0)