Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit fc8a649

Browse files
committed
set current working directory
1 parent 126b714 commit fc8a649

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tarballs/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ async function doBuild(c: IConfig, options: {
6868
await tar.x({
6969
file: tarball,
7070
stripComponents: 1,
71+
cwd: c.workspace()
7172
})
7273
await qq.mkdirp(path.dirname(baseTarballPath))
7374
await qq.mv(tarball, baseTarballPath)

0 commit comments

Comments
 (0)