Skip to content

Commit 7789be5

Browse files
committed
improving man
1 parent 1ea701e commit 7789be5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ brews:
2323
name: homebrew-cli
2424
branch: main
2525
extra_install: |
26-
man1.install "/usr/share/man/man1/pullpo.1.gz"
26+
man1.install "./share/man/man1/pullpo.1.gz"
2727
2828
2929
before:
@@ -78,7 +78,7 @@ archives:
7878
rlcp: true
7979
files:
8080
- LICENSE
81-
- ./share/man/man1/pullpo*.1
81+
- ./share/man/man1/pullpo*.1.gz
8282
- id: macos-archive
8383
builds: [macos]
8484
name_template: "pullpo_{{ .Version }}_macOS_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
@@ -87,7 +87,7 @@ archives:
8787
rlcp: true
8888
files:
8989
- LICENSE
90-
- ./share/man/man1/pullpo*.1
90+
- ./share/man/man1/pullpo*.1.gz
9191
- id: windows-archive
9292
builds: [windows]
9393
name_template: "pullpo_{{ .Version }}_windows_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
@@ -109,7 +109,7 @@ nfpms: #build:linux
109109
- deb
110110
- rpm
111111
contents:
112-
- src: "./share/man/man1/pullpo*.1.gz"
112+
- src: "./share/man/man1/pullpo*.1"
113113
dst: "/usr/share/man/man1"
114114
- src: "./share/bash-completion/completions/pullpo"
115115
dst: "/usr/share/bash-completion/completions/pullpo"

0 commit comments

Comments
 (0)