diff options
author | Wim <wim@42.be> | 2017-07-16 22:15:06 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-07-16 22:15:06 +0200 |
commit | dcffc742550718eeeeafc16bb03d1d130579532e (patch) | |
tree | f85408623cae5b7d6f4ecd4ab2ddaffa7cde7741 | |
parent | 23e23be1a6bb55187fd9e9d9c587f750834973fa (diff) | |
download | matterbridge-msglm-dcffc742550718eeeeafc16bb03d1d130579532e.tar.gz matterbridge-msglm-dcffc742550718eeeeafc16bb03d1d130579532e.tar.bz2 matterbridge-msglm-dcffc742550718eeeeafc16bb03d1d130579532e.zip |
Set correct binaries path
-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 } |