Skip to content

Commit

Permalink
build: fix checksum name file
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Feb 9, 2018
1 parent 5cd1dcb commit f2bcc0f
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 @@ archive:
format: binary

checksum:
name_template: '{{.ProjectName}}-{{ .Env.GOVERSION }}-{{.Version}}.sha256'
name_template: '{{.ProjectName}}-{{.Version}}-{{ .Env.GOVERSION }}.sha256'

sign:
artifacts: checksum
Expand Down

0 comments on commit f2bcc0f

Please sign in to comment.