update one missing location where old pkg dir is used

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-08-20 09:28:48 -04:00
parent 06dc227071
commit 4f1a3283e6
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ def copyArts(build) {
**/
copyArtifacts(
projectName: build.fullProjectName,
target: 'pkg',
target: 'out',
flatten: true,
selector: specific("${build.number}")
)