Add build version

This commit is contained in:
David Anthoff
2020-03-23 11:57:20 -07:00
parent b3685c2099
commit 64ddafd7b5

2
dist/index.js vendored
View File

@@ -978,7 +978,7 @@ function run() {
try { try {
if (require.main) { if (require.main) {
let rootPath = path.dirname(require.main.filename); 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 { else {
core.setFailed('Require method to load root path did not work.'); core.setFailed('Require method to load root path did not work.');