Skip to content

Commit

Permalink
Problem: unnecessary archive name suffix (crypto-org-chain#776)
Browse files Browse the repository at this point in the history
Solution: remove extra release suffix
  • Loading branch information
allthatjazzleo authored May 25, 2022
1 parent e05ea53 commit 09a39fc
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 @@ -81,7 +81,7 @@ builds:
- -s -w -X github.com/cosmos/cosmos-sdk/version.Name=crypto-org-chain -X github.com/cosmos/cosmos-sdk/version.AppName=chain-maind -X github.com/cosmos/cosmos-sdk/version.Version={{.Version}} -X github.com/cosmos/cosmos-sdk/version.Commit={{.Commit}}

archives:
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}_croeseid'
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
replacements:
darwin: Darwin
linux: Linux
Expand Down

0 comments on commit 09a39fc

Please sign in to comment.