mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 11:53:28 +02:00
Merge pull request #815 from murillodigital/master
Fixing path of executables
This commit is contained in:
commit
c56cf02051
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