Skip to content

Commit

Permalink
Add name template
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury2269 committed Feb 12, 2020
1 parent 841386f commit a72acf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ builds:
- goos: darwin
goarch: 386
archives:
- replacements:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
windows: Windows
Expand Down

0 comments on commit a72acf6

Please sign in to comment.