Skip to content

Commit 2365919

Browse files
committed
Fix goreleaser syntax
1 parent d6eb2aa commit 2365919

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.goreleaser.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ builds:
77
- darwin
88
- linux
99
- windows
10-
archive:
11-
replacements:
12-
darwin: Darwin
13-
linux: Linux
14-
windows: Windows
15-
amd64: x86_64
10+
archives:
11+
- replacements:
12+
darwin: Darwin
13+
linux: Linux
14+
windows: Windows
15+
amd64: x86_64
1616
checksum:
1717
name_template: 'checksums.txt'
1818
snapshot:

0 commit comments

Comments
 (0)