Skip to content

Commit 6c5d929

Browse files
Merge pull request #81 from inteon/add_tar_gz
Add tar.gz artifacts to the GH releases
2 parents 6afbcf4 + ef540f5 commit 6c5d929

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ signs:
3434
archives:
3535
- name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
3636
format: binary
37+
38+
- id: tar-gz-archives
39+
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
40+
format: tar.gz
3741

3842
release:
3943
draft: true

0 commit comments

Comments
 (0)