Skip to content

Commit

Permalink
feat(release): add tar.gz format archieves on release
Browse files Browse the repository at this point in the history
  • Loading branch information
ruicao93 committed Sep 21, 2023
1 parent d8b1a83 commit 53cb826
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ builds:
archives:
- format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
- format: tar.gz
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
algorithm: sha256
Expand Down

0 comments on commit 53cb826

Please sign in to comment.