Skip to content

Commit

Permalink
chore(goreleaser): Update archive format syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 17, 2025
1 parent 8ed607b commit 17b8611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ builds:
goarm:
- "7"
archives:
- format: tar.gz
- formats: tar.gz
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
formats: zip
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit 17b8611

Please sign in to comment.