Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ archives:
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}

# winget and Scoop can only consume .zip archives, and .zip is the native
# archive format on Windows; tar.gz stays the default everywhere else.
format_overrides:
- goos: windows
formats: [ zip ]

# Files to include in archive (essential docs only)
# Full documentation available at https://reyamira.github.io/pass-cli/
files:
Expand Down