Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Fix name_template from achive to nfpms
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Foo <foos@vmware.com>
  • Loading branch information
Sam Foo committed Mar 30, 2021
1 parent 54a37d9 commit 616aa2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser-nightly.yml
Expand Up @@ -26,7 +26,7 @@ nfpms:
maintainer: Octant Maintainers <project-octant@googlegroups.com>
description: "A highly extensible platform for developers to better understand the complexity of Kubernetes clusters"
license: "Apache 2.0"
name_template: "{{.ProjectName}}_{{.Date}}_{{.Os}}-{{.Arch}}"
file_name_template: "{{.ProjectName}}_{{.Date}}_{{.Os}}-{{.Arch}}"
replacements:
darwin: macOS
linux: Linux
Expand All @@ -39,7 +39,7 @@ archives:
format_overrides:
- goos: windows
format: zip
file_name_template: "{{.ProjectName}}_{{.Date}}_{{.Os}}-{{.Arch}}"
name_template: "{{.ProjectName}}_{{.Date}}_{{.Os}}-{{.Arch}}"
replacements:
darwin: macOS
linux: Linux
Expand Down

0 comments on commit 616aa2b

Please sign in to comment.