update one missing location where old pkg dir is used
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
06dc227071
commit
4f1a3283e6
|
@ -83,7 +83,7 @@ def copyArts(build) {
|
|||
**/
|
||||
copyArtifacts(
|
||||
projectName: build.fullProjectName,
|
||||
target: 'pkg',
|
||||
target: 'out',
|
||||
flatten: true,
|
||||
selector: specific("${build.number}")
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue