mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:24:07 +02:00
Fixing path of executables
This commit is contained in:
parent
83bc7916a2
commit
f12162b526
1 changed files with 1 additions and 1 deletions
|
@ -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}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue