diff --git a/index.js b/index.js index 427f8b8..f22568e 100644 --- a/index.js +++ b/index.js @@ -52,7 +52,7 @@ function dep() { if (!dep) { execa.commandSync('curl -LO https://deployer.org/deployer.phar') execa.commandSync('sudo chmod +x deployer.phar') - dep = 'deployer.phar' + dep = './deployer.phar' } const subprocess = execa(dep, split(core.getInput('dep')))