summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-07-16 22:15:06 +0200
committerWim <wim@42.be>2017-07-16 22:15:06 +0200
commitdcffc742550718eeeeafc16bb03d1d130579532e (patch)
treef85408623cae5b7d6f4ecd4ab2ddaffa7cde7741
parent23e23be1a6bb55187fd9e9d9c587f750834973fa (diff)
downloadmatterbridge-msglm-dcffc742550718eeeeafc16bb03d1d130579532e.tar.gz
matterbridge-msglm-dcffc742550718eeeeafc16bb03d1d130579532e.tar.bz2
matterbridge-msglm-dcffc742550718eeeeafc16bb03d1d130579532e.zip
Set correct binaries path
-rwxr-xr-xci/bintray.sh2
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
}