Skip to content

Commit 5d2aa5c

Browse files
author
Aaron Schlesinger
committed
fix(_scripts/cli/bintray-template.json): look in the right place for distribution binaries
1 parent b83af14 commit 5d2aa5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_scripts/ci/bintray-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"files": [
1111
{
12-
"includePattern": "client/_dist/(.*)",
12+
"includePattern": "_dist/(.*)",
1313
"uploadPattern": "$1"
1414
}
1515
],

0 commit comments

Comments
 (0)