Skip to content

Commit

Permalink
Wrap files into a folder inside the archive
Browse files Browse the repository at this point in the history
Most exporters have folder containing the binary and other files inside the
archive. Let's do this as well.
  • Loading branch information
frittentheke committed Jan 17, 2024
1 parent 55472d8 commit fccc9b7
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 fccc9b7

Please sign in to comment.