Set correct binaries path

This commit is contained in:
Wim 2017-07-16 22:15:06 +02:00
parent 23e23be1a6
commit dcffc74255
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ cat > deploy.json <<EOF
},
"files":
[
{"includePattern": "binaries/(.*)", "uploadPattern":"\$1"}
{"includePattern": "ci/binaries/(.*)", "uploadPattern":"\$1"}
],
"publish": true
}