From 64ddafd7b5958d9c832eb25e2951eaad6e4378c4 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Mon, 23 Mar 2020 11:57:20 -0700 Subject: [PATCH] Add build version --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 045e52f..cc8c3d3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -978,7 +978,7 @@ function run() { try { if (require.main) { let rootPath = path.dirname(require.main.filename); - yield exec.exec('julia', ['--color=yes', path.join(rootPath, 'src', 'main.jl')]); + yield exec.exec('julia', ['--color=yes', path.join(rootPath, '..', 'src', 'main.jl')]); } else { core.setFailed('Require method to load root path did not work.');