Skip to content

Commit

Permalink
fix goreleaser changes - it breaks travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lesovsky committed May 10, 2020
1 parent 7ee17a8 commit 8b71426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ builds:
- -X github.com/lesovsky/pgcenter/cmd.GitBranch=master
nfpms:
-
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
replacements:
amd64: x86_64
linux: Linux
Expand Down

0 comments on commit 8b71426

Please sign in to comment.