Commit aea7f2fe authored by nanahira's avatar nanahira

fix

parent 4ab8452a
Pipeline #4613 failed with stages
in 3 minutes and 33 seconds
......@@ -278,7 +278,7 @@ export class App {
}
}
let execute: string;
const appExecute = path.join(cwd, action.execute);
const appExecute = path.join(appCwd, action.execute);
if (action.interpreter) {
execute = action.interpreter;
args.push(appExecute);
......
{
"name": "mycard",
"version": "3.0.49",
"version": "3.0.50",
"description": "moecube",
"keywords": [],
"author": "zh99998 <zh99998@gmail.com>",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment