From 212ecf3cb0752065eb87fceb5ec970e697dfa74e Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 18 May 2026 10:59:02 -0600 Subject: [PATCH] test_13 --- action.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.js b/action.js index 614c157..501df65 100644 --- a/action.js +++ b/action.js @@ -50,8 +50,8 @@ readdirSync(".") await sendFile(modPyPath, readFileSync(`${modName}.mpy`).buffer); // Update urls - packageJsonUrls.push([`${libName}/${modInitPath}`, modInitPath]); - packageJsonUrls.push([`${libName}/${modPyPath}`, modPyPath]); + packageJsonUrls.push([`${libName}/${modInitPath}`, "__init__.mpy"]); + packageJsonUrls.push([`${libName}/${modPyPath}`, `${modName}.mpy`]); }); // Add package.json to repo