mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 23:56:29 +02:00
Merge branch 'master' of https://github.com/worklist/hifi
This commit is contained in:
commit
04239176f7
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