Skip to content

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Jan 22, 2019
1 parent 098dfed commit 4374327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ builds:
- amd64

archive:
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
name_template: "banzai_{{ .Version }}_{{ .Os }}_{{ .Arch }}"

format_overrides:
-
goos: windows
format: zip

checksum:
name_template: "{{ .Binary }}_checksums.txt"
name_template: "banzai_checksums.txt"

changelog:
skip: true
Expand Down

0 comments on commit 4374327

Please sign in to comment.