diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/bintray.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/bintray.sh b/ci/bintray.sh index 4e43ef3d..a7a658fd 100755 --- a/ci/bintray.sh +++ b/ci/bintray.sh @@ -18,7 +18,7 @@ cat > deploy.json <<EOF }, "files": [ - {"includePattern": "binaries/(.*)", "uploadPattern":"\$1"} + {"includePattern": "ci/binaries/(.*)", "uploadPattern":"\$1"} ], "publish": true } |