mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
docs: fix config field (#2228)
This commit is contained in:
parent
bf4359017b
commit
46f452ecbe
@ -216,7 +216,7 @@ nfpms:
|
|||||||
rpm:
|
rpm:
|
||||||
replacements:
|
replacements:
|
||||||
amd64: x86_64
|
amd64: x86_64
|
||||||
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Arch }}"
|
file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Arch }}"
|
||||||
files:
|
files:
|
||||||
"tmp/man.gz": "/usr/share/man/man8/app.8.gz"
|
"tmp/man.gz": "/usr/share/man/man8/app.8.gz"
|
||||||
config_files:
|
config_files:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user