Skip to content

Commit

Permalink
goreleaser: update for deprecated attributes
Browse files Browse the repository at this point in the history
`archives.format` is deprecated see https://goreleaser.com/deprecations/#archivesformat

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Feb 5, 2025
1 parent 5e4a35b commit c048d74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ builds:
archives:
- id: zip
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
format: zip
formats:
- zip
files:
- none*

Expand Down

0 comments on commit c048d74

Please sign in to comment.