1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00

name_template is now file_name_template

See https://goreleaser.com/deprecations/#nfpmsname_template
This commit is contained in:
Mads H. Danquah 2020-05-14 20:48:33 +02:00
parent 116879f7ea
commit 38b87439fe

View File

@ -40,4 +40,4 @@ nfpms:
formats:
- deb
- rpm
name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"
file_name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"