Skip to content

Commit 53619e6

Browse files
committed
DEV: align goreleaser configuration
1 parent 6dfec50 commit 53619e6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.goreleaser.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,8 @@ builds:
2424
- goos: darwin
2525
goarch: '386'
2626
binary: '{{ .ProjectName }}_v{{ .Version }}'
27-
archives:
28-
- format: zip
29-
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3027
checksum:
31-
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
32-
algorithm: sha256
28+
name_template: 'checksums.txt'
3329
release:
3430
# If you want to manually examine the release before its live, uncomment this line:
3531
# draft: true

0 commit comments

Comments
 (0)