mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
11e89cf95c
commit
04c9b742eb
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export async function createPackage(
|
|||
|
||||
// zip up the package
|
||||
await pipeline(
|
||||
vfs.src(buildFiles, { cwd: buildTarget, base: buildTarget }),
|
||||
vfs.src(buildFiles, { cwd: buildTarget, base: buildTarget, dot: true }),
|
||||
zip(`${buildId}.zip`),
|
||||
vfs.dest(buildTarget)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue