remove top level wildcard from goreleaser

pull/159/head v2.7.10-rc1
Simon Let 5 years ago
parent d087e50d40
commit 3c91c131ec
No known key found for this signature in database
GPG Key ID: D650C65DD46D431D
  1. 2
      .goreleaser.yml

@ -137,7 +137,7 @@ builds:
# looks like xmas
archives:
- files:
- ./*
- ./Makefile
- conf/*
- conf/**/*
- data/*

Loading…
Cancel
Save