Skip to content

Commit

Permalink
Ensure releaser builds a zip for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dhollinger committed Apr 8, 2022
1 parent 4091fb2 commit d439f0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ before:
- go mod download
archives:
- id: webhook-go
format_overrides:
- goos: windows
format: zip
builds:
- id: webhook-go
env:
Expand Down

0 comments on commit d439f0f

Please sign in to comment.