diff --git a/src/main.ts b/src/main.ts index 0c4fcd8..9a8c0ce 100644 --- a/src/main.ts +++ b/src/main.ts @@ -7,7 +7,7 @@ async function run(): Promise { if (require.main) { let rootPath = path.dirname(require.main.filename); - await exec.exec('julia', ['--color=yes', path.join(rootPath, 'src', 'main.jl')]); + await exec.exec('julia', ['--color=yes', path.join(rootPath, '..', 'src', 'main.jl')]); } else { core.setFailed('Require method to load root path did not work.')