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`,