mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:56:44 +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) {
|
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