Skip to content

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed Jan 25, 2020
1 parent 51115d7 commit 8e3e969
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,18 @@ changelog:
- Merge pull request
- Merge branch

archive:
replacements:
darwin: osx
linux: linux
windows: windows
386: i386
amd64: amd64
openbsd: openbsd
format_overrides:
- goos: windows
format: zip
archives:
- id: default
replacements:
darwin: osx
linux: linux
windows: windows
386: i386
amd64: amd64
openbsd: openbsd
format_overrides:
- goos: windows
format: zip

release:
github:
Expand Down

0 comments on commit 8e3e969

Please sign in to comment.