goreleaser fixes

pull/58/head v2.2.7
Simon Let 6 years ago
parent 6c5253ca5a
commit 105886e372
  1. 9
      .goreleaser.yml

@ -79,8 +79,13 @@ builds:
archives: archives:
- files: - files:
- ./* - ./*
- ./*/* - conf/*
- ./*/*/* - conf/**/*
- data/*
- data/**/*
- scripts/*
- scripts/**/*
- submodules/**/*
release: release:
draft: true draft: true

Loading…
Cancel
Save