From 5f5983b35a8b6e06090298a834ff2eb8242f0653 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 18 May 2026 11:07:37 -0600 Subject: [PATCH] test_16 --- action.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.js b/action.js index 9ea616f..968e14f 100644 --- a/action.js +++ b/action.js @@ -50,9 +50,11 @@ readdirSync(".") // Update urls packageJsonUrls.push([`${libName}/${modInitPath}`, "__init__.mpy"]); - packageJsonUrls.push([`${libName}/${modPyPath}`, modPyPath]); + packageJsonUrls.push([`${libName}/${modName}/${modPyPath}`, modPyPath]); }); +console.log(packageJsonUrls); + // Add package.json to repo await sendFile( `package.json`,