adding mkdir for backup path

This commit is contained in:
Chubby Granny Chaser
2024-10-05 03:55:48 +01:00
parent bcbe6c9619
commit b99dbe83e2

View File

@@ -94,6 +94,8 @@ const downloadGameArtifact = async (
throw err;
});
fs.mkdirSync(backupPath, { recursive: true });
writer.on("close", () => {
tar
.x({