Merge pull request #815 from murillodigital/master

Fixing path of executables
This commit is contained in:
Leonardo Murillo 2013-08-07 12:20:44 -07:00
commit c56cf02051

View file

@ -42,7 +42,7 @@ def hifiJob(String targetName, Boolean deploy) {
if (deploy) {
publishers {
publishScp("${ARTIFACT_DESTINATION}") {
entry("**/build/${targetName}", "deploy/${targetName}")
entry("**/build/${targetName}/${targetName}", "deploy/${targetName}")
}
}
}