Skip to content

Commit 58fbdc1

Browse files
committed
Fix .goreleaser.yaml
1 parent 09b4333 commit 58fbdc1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ builds:
2121
goarch: "386"
2222
binary: "{{ .ProjectName }}_v{{ .Version }}"
2323
archives:
24-
- format: zip
24+
- id: "zip"
25+
format: zip
2526
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
26-
- format: tar.gz
27+
- id: "tarball"
28+
format: tar.gz
2729
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
2830
checksum:
2931
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"

0 commit comments

Comments
 (0)