Skip to content

Commit 2e5f1b6

Browse files
committed
chore(goreleaser): Update archive format syntax
1 parent fb65ff5 commit 2e5f1b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ builds:
2424
- "7"
2525
mod_timestamp: "{{.CommitTimestamp}}"
2626
archives:
27-
- format: tar.gz
27+
- formats: tar.gz
2828
# use zip for windows archives
2929
format_overrides:
3030
- goos: windows
31-
format: zip
31+
formats: zip
3232
files:
3333
- LICENSE
3434
- README.md

0 commit comments

Comments
 (0)