Fixing path of executables

This commit is contained in:
Leonardo Murillo 2013-08-07 13:20:20 -06:00
parent 83bc7916a2
commit f12162b526

View file

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