Skip to content

Commit

Permalink
ci: create zip archives for windows builds (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
torculus committed Apr 13, 2024
1 parent 6254f77 commit 394d17b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ archives:
{{ .ProjectName }}_
{{- if eq .Os "darwin" }}Darwin{{- else if eq .Os "linux" }}Linux{{- else if eq .Os "windows" }}Windows{{- else }}{{ .Os }}{{ end }}_
{{- if eq .Arch "amd64" }}x86_64{{- else if eq .Arch "arm64" }}aarch64{{- else }}{{ .Arch }}{{ end }}
format_overrides:
- goos: windows
format: zip

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 394d17b

Please sign in to comment.