Skip to content

Commit e500ff9

Browse files
fix(goreleaser): correct archives format due of deprecation error
1 parent 0229788 commit e500ff9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ builds:
2424
mod_timestamp: '{{ .CommitTimestamp }}'
2525

2626
archives:
27-
- format: tar.gz
27+
- formats: ["tar.gz"]
2828
name_template: "{{ .ProjectName }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
2929
format_overrides:
3030
- goos: windows
31-
format: zip
31+
formats: ["zip"]
3232

3333
signs:
3434
- artifacts: checksum

0 commit comments

Comments
 (0)