Skip to content

Commit

Permalink
Merge pull request #81 from inteon/add_tar_gz
Browse files Browse the repository at this point in the history
Add tar.gz artifacts to the GH releases
  • Loading branch information
cert-manager-prow[bot] authored Jun 10, 2024
2 parents 6afbcf4 + ef540f5 commit 6c5d929
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 6c5d929

Please sign in to comment.