Skip to content

Commit 1de04c2

Browse files
removed "split" property until goreleaser is updated to 1.25+
1 parent d292940 commit 1de04c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ archives:
3636
- format: zip
3737
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3838
checksum:
39-
name_template: '{{ .ArtifactName }}.{{ .Algorithm }}'
39+
name_template: '{{ .ProjectName }}.{{ .Algorithm }}'
4040
algorithm: sha256
41-
split: true
41+
# split: true
4242
signs:
4343
- artifacts: checksum
4444
args:

0 commit comments

Comments
 (0)