1
0
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:
sixg0000d 2021-05-19 20:14:50 +08:00 committed by GitHub
parent bf4359017b
commit 46f452ecbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: