Skip to content

Commit

Permalink
Merge pull request #6 from inovex/wrapDirInArchive
Browse files Browse the repository at this point in the history
Wrap files into a folder inside the archive
  • Loading branch information
frittentheke authored Jan 17, 2024
2 parents 55472d8 + fccc9b7 commit bb2b3fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ nfpms:
archives:
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
format: tar.gz
wrap_in_directory: true

checksum:
name_template: "{{ .ProjectName }}-{{ .Version }}_checksums.txt"
Expand Down

0 comments on commit bb2b3fa

Please sign in to comment.