File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,24 +43,24 @@ archives:
4343 - id : linux-archive
4444 ids : [linux]
4545 name_template : ' {{ .ProjectName }}_{{ .Version }}_linux_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
46- wrap_in_directory : true
4746 formats : [tar.gz]
4847 files :
4948 - completions/*
49+ - man/*/*
5050 - id : macos-archive
5151 ids : [macos]
5252 name_template : ' {{ .ProjectName }}_{{ .Version }}_macos_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
53- wrap_in_directory : true
5453 formats : [zip]
5554 files :
5655 - completions/*
56+ - man/*/*
5757 - id : windows-archive
5858 ids : [windows]
5959 name_template : ' {{ .ProjectName }}_{{ .Version }}_windows_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
60- wrap_in_directory : false
6160 formats : [zip]
6261 files :
6362 - completions/*
63+ - man/*/*
6464
6565snapshot :
6666 version_template : ' {{ .Tag }}-next'
You can’t perform that action at this time.
0 commit comments