mirror of
https://github.com/deployphp/action.git
synced 2025-04-01 19:06:35 +00:00
fix relative path
This commit is contained in:
parent
9eab20634f
commit
879d527eb5
1 changed files with 1 additions and 1 deletions
2
index.js
2
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')))
|
||||
|
|
Loading…
Add table
Reference in a new issue