Commit 664c0d45 authored by nanahira's avatar nanahira

so far

parent 8a561fb0
......@@ -52,7 +52,7 @@ export class PackagerService extends ConsoleLogger {
// 整包
const archive = `${uuidv4()}.tar.gz`;
packages[archive] = ['_full'];
packages[archive] = files.map((f) => f.path);
promises.push(this.archive(archive, root, tarballRoot, await fs.promises.readdir(root)));
// 散包
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment