Browse Source

update .goreleaser.yml to include dbs directory

pull/4/head
Dimas Restu H 4 years ago
parent
commit
a2c38cc5d4
  1. 3
      .goreleaser.yml

3
.goreleaser.yml

@ -22,6 +22,9 @@ archives:
386: 32-bit 386: 32-bit
amd64: 64-bit amd64: 64-bit
format: zip format: zip
files:
- README.md
- dbs/*
checksum: checksum:
name_template: 'checksums.txt' name_template: 'checksums.txt'
snapshot: snapshot:

Loading…
Cancel
Save