Skip to content

Commit 295be4a

Browse files
author
Matthew
committed
fix(bintray): add uploadPattern to bintray json
The uploadPattern is a required field that specifies the upload path on Bintray.
1 parent 05d9c4a commit 295be4a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

_scripts/ci/bintray-template.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"name": "0.0.0"
99
},
1010
"files": [
11-
{
12-
"includePattern": "client/deis"
13-
}
11+
{ "includePattern": "client/deis", "uploadPattern": "deis" }
1412
],
1513
"publish": true
1614
}

0 commit comments

Comments
 (0)