Skip to content

Commit

Permalink
Added tar.gz and zip for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrst88 committed Apr 8, 2019
1 parent cc7689f commit d592c51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ archive:

wrap_in_directory: clickhouse_exporter

format: zip
format: tar.gz

format_overrides:
- goos: windows
format: zip

files:
- LICENSE
- README.md

0 comments on commit d592c51

Please sign in to comment.