diff --git a/action.js b/action.js index 5eeb95e..ac5b60a 100644 --- a/action.js +++ b/action.js @@ -40,15 +40,9 @@ readdirSync(".") encoding: "utf8", }); - console.log( - execSync(`ls`, { - encoding: "utf8", - }), - ); - // Add module files to repo await sendFile(modInitPath, new ArrayBuffer(0)); - await sendFile(modPyPath, readFileSync(modPyPath).buffer); + await sendFile(modPyPath, readFileSync(`${modName}.mpy`).buffer); // Update urls packageJsonUrls.push([`${libName}/${modInitPath}`, modInitPath]);