Skip to content

Commit

Permalink
try to fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
nikepan authored Mar 6, 2020
1 parent 621adc9 commit ebd420f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ builds:
main: ./
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}

archive:
archives:
format_overrides:
- goos: windows
format: zip
files:
- config.sample.json
- README.md
- LICENSE
- LICENSE

0 comments on commit ebd420f

Please sign in to comment.