diff --git a/action.js b/action.js index 35a2dfe..4992b3f 100644 --- a/action.js +++ b/action.js @@ -40,6 +40,10 @@ readdirSync(".") encoding: "utf8", }); + execSync(`ls`, { + encoding: "utf8", + }); + // Add module files to repo await sendFile(modInitPath, new ArrayBuffer(0)); await sendFile(modPyPath, readFileSync(modPyPath).buffer);