Skip to content

Commit 92f4494

Browse files
stainless-app[bot]yjp20
authored andcommitted
fix(homebrew): homebrew distribution should work now
1 parent cee8fe4 commit 92f4494

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

6565
snapshot:
6666
version_template: '{{ .Tag }}-next'

0 commit comments

Comments
 (0)