Skip to content

Commit

Permalink
fix(ci): Update goreleaser archives formats to accept list
Browse files Browse the repository at this point in the history
  • Loading branch information
mertssmnoglu committed Feb 6, 2025
1 parent 14aff9e commit 8f949ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,13 @@ kos:
env:
- CGO_ENABLED=0
bare: true


archives:
- format: tar.gz
- formats: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
format_overrides:
- goos: windows
format: zip
formats: zip

checksum:
# Generate checksum files to confirm the integrity of the files.
Expand Down

0 comments on commit 8f949ab

Please sign in to comment.