Skip to content

Commit

Permalink
add tar.gz artifacts to the GH releases
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
  • Loading branch information
inteon committed Jun 10, 2024
1 parent 6afbcf4 commit ef540f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ signs:
archives:
- name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
format: binary

- id: tar-gz-archives
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
format: tar.gz

release:
draft: true
Expand Down

0 comments on commit ef540f5

Please sign in to comment.