Skip to content

Commit

Permalink
fix: checksum releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Dec 19, 2024
1 parent ee8aa35 commit c4ecbd7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion releaser/.goreleaser-arkeo-cross-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ archives:

checksum:
name_template: >-
arkeod_{{ .Version }}_testnet_checksums.txt
arkeod_{{ .Version }}_cross_testnet_checksums.txt
dockers:
- use: buildx
Expand Down
2 changes: 1 addition & 1 deletion releaser/.goreleaser-arkeo-cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ archives:

checksum:
name_template: >-
{{ .ProjectName }}d_{{ .Version }}_checksums.txt
{{ .ProjectName }}d_{{ .Version }}_cross_checksums.txt
dockers:
- use: buildx
Expand Down
2 changes: 1 addition & 1 deletion releaser/.goreleaser-directory-cross-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ archives:

checksum:
name_template: >-
directory-testnet_{{ .Version }}_checksums.txt
directory-testnet_{{ .Version }}_cross_checksums.txt
dockers:
- use: buildx
Expand Down
2 changes: 1 addition & 1 deletion releaser/.goreleaser-directory-cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ archives:

checksum:
name_template: >-
directory_{{ .Version }}_checksums.txt
directory_{{ .Version }}_cross_checksums.txt
dockers:
- use: buildx
Expand Down
2 changes: 1 addition & 1 deletion releaser/.goreleaser-sentinel-cross-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ archives:

checksum:
name_template: >-
sentinel_{{ .Env.SENTINEL_VERSION }}_testnet_checksums.txt
sentinel_{{ .Env.SENTINEL_VERSION }}_cross_testnet_checksums.txt
dockers:
- use: buildx
Expand Down
2 changes: 1 addition & 1 deletion releaser/.goreleaser-sentinel-cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ archives:

checksum:
name_template: >-
sentinel_{{ .Env.SENTINEL_VERSION }}_checksums.txt
sentinel_{{ .Env.SENTINEL_VERSION }}_cross_checksums.txt
dockers:
- use: buildx
Expand Down

0 comments on commit c4ecbd7

Please sign in to comment.