Skip to content

Commit

Permalink
goreleaser wrap_in_directory: true - because template didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
den-is committed Jun 6, 2020
1 parent 0ee9b16 commit 73b51eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ builds:
- -s -w -X github.com/den-is/ktempl/cmd.version={{.Version}} -X github.com/den-is/ktempl/cmd.commit={{.Commit}} -X github.com/den-is/ktempl/cmd.date={{.Date}}
archives:
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
wrap_in_directory: "{{ .ProjectName }}"
wrap_in_directory: true
format: tar.gz
format_overrides:
- goos: windows
Expand Down

0 comments on commit 73b51eb

Please sign in to comment.