Commit a783907a authored by nanahira's avatar nanahira

fix incorrect file hint

parent 28ce6ba5
Pipeline #4988 passed with stages
in 3 minutes and 35 seconds
......@@ -188,7 +188,7 @@ export class PackagerService extends ConsoleLogger {
}
}
const files = archiveTask.filePaths;
this.log(`Packaging archive ${archiveName} with ${files.length} files.`);
this.log(`Packaging archive ${archiveName} with ${archiveTask.exactFilePaths.length} files.`);
const child = child_process.spawn('tar', ['--zstd', '-cf', '-'].concat(files), {
cwd: 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