diff --git a/.goreleaser-cross.yaml b/.goreleaser-cross.yaml index e4eedb22..dab046c3 100644 --- a/.goreleaser-cross.yaml +++ b/.goreleaser-cross.yaml @@ -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 diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 72e55ff7..b316b364 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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