Skip to content

Commit d712407

Browse files
committed
Fix goreleaser yaml format
1 parent 198fc82 commit d712407

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ builds:
1919
- arm
2020
- 386
2121
archives:
22-
format_overrides:
23-
- goos: windows
24-
format: zip
22+
- format_overrides:
23+
- goos: windows
24+
format: zip
2525
checksum:
2626
name_template: "checksums.txt"
2727
snapshot:

0 commit comments

Comments
 (0)