Skip to content

Commit 4046870

Browse files
authored
Fix archives format in goreleaser (#224)
Also update go.sum based on whatever remained there after building
1 parent 4772339 commit 4046870

File tree

2 files changed

+3
-60
lines changed

2 files changed

+3
-60
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ builds:
3131
goarch: "386"
3232
binary: "{{ .ProjectName }}_v{{ .Version }}"
3333
archives:
34-
- format: zip
34+
- formats: ['zip']
3535
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
3636
checksum:
3737
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"

0 commit comments

Comments
 (0)