Skip to content

Commit 07809e5

Browse files
maxbeizerCopilot
andcommitted
fix: use tar.gz archives for gh extension install compatibility
gh extension install requires tar.gz/zip archives, not bare binaries. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ebc1fa5 commit 07809e5

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-
- binary
22+
- tar.gz
2323
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}-{{ .Arch }}"
2424

2525
checksum:

0 commit comments

Comments
 (0)