Skip to content

Commit

Permalink
Fix typo in goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
cudevmaxwell committed Apr 24, 2020
1 parent 0c7fd28 commit 90bd8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ builds:
- 6
- 7
archives:
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ end }}"
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
replacements:
darwin: macOS
windows: Windows
Expand Down

0 comments on commit 90bd8b0

Please sign in to comment.