mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:48:09 +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) {
|
if (deploy) {
|
||||||
publishers {
|
publishers {
|
||||||
publishScp("${ARTIFACT_DESTINATION}") {
|
publishScp("${ARTIFACT_DESTINATION}") {
|
||||||
entry("**/build/${targetName}", "deploy/${targetName}")
|
entry("**/build/${targetName}/${targetName}", "deploy/${targetName}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue