Skip to content

Commit

Permalink
heeding goreleaser deprecation warning (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecon authored Jan 27, 2025
1 parent 4bd65d8 commit c48b9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ builds:
goarch: arm64
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
- formats: ['zip']
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
Expand Down

0 comments on commit c48b9ab

Please sign in to comment.