Skip to content

Commit 62227ea

Browse files
committed
wrap archive in directory
1 parent 2cac649 commit 62227ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ builds:
1515
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -extldflags "-static"
1616
binary: ssh-auditor
1717
archive:
18+
wrap_in_directory: true
1819
format: tar.gz
1920
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
2021
.Arm }}{{ end }}'

0 commit comments

Comments
 (0)