Skip to content

Commit

Permalink
fix: go releaser checksum file
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Oct 16, 2024
1 parent c7ae4af commit ef3f861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser-cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ archives:
- none*

checksum:
name_template: '{{ .ProjectName }}d_v{{ .Version }}_{{ if eq .Env.BUILD_TAG "testnet" }}_testnet{{ end }}_cross_checksums.txt'
name_template: '{{ .ProjectName }}d_v{{ .Version }}_{{ if eq .Env.BUILD_TAG "testnet" }}testnet{{ end }}_cross_checksums.txt'

dockers:
- use: buildx
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ archives:
files:
- none*
checksum:
name_template: '{{ .ProjectName }}d_v{{ .Version }}_{{ if eq .Env.BUILD_TAG "testnet" }}_testnet{{ end }}_checksums.txt'
name_template: '{{ .ProjectName }}d_v{{ .Version }}_{{ if eq .Env.BUILD_TAG "testnet" }}testnet{{ end }}_checksums.txt'
dockers:
- use: buildx
goos: linux
Expand Down

0 comments on commit ef3f861

Please sign in to comment.