Skip to content

Commit

Permalink
wrap archive in directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAzoff committed Mar 12, 2018
1 parent 2cac649 commit 62227ea
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 @@ -15,6 +15,7 @@ builds:
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -extldflags "-static"
binary: ssh-auditor
archive:
wrap_in_directory: true
format: tar.gz
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
.Arm }}{{ end }}'
Expand Down

0 comments on commit 62227ea

Please sign in to comment.