From 01d951e86e8c7f7729c1894ed803daea9b2136ed Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 18 May 2026 10:33:41 -0600 Subject: [PATCH] test_4 --- action.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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]);