Skip to content

Commit

Permalink
goreleaser fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
curusarn committed Dec 16, 2019
1 parent 6c5253c commit 105886e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,13 @@ builds:
archives:
- files:
- ./*
- ./*/*
- ./*/*/*
- conf/*
- conf/**/*
- data/*
- data/**/*
- scripts/*
- scripts/**/*
- submodules/**/*

release:
draft: true
Expand Down

0 comments on commit 105886e

Please sign in to comment.