Skip to content

Commit

Permalink
Change from join to resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
sameagen-MW committed Dec 11, 2023
1 parent 1fdc0f1 commit 8981fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function run() {
const startupOptions = core.getInput("startup-options").split(" ");

const helperScript = await core.group("Generate script", async () => {
const helperScript = await matlab.generateScript(path.join(workspaceDir, workspaceExt), command);
const helperScript = await matlab.generateScript(path.resolve(workspaceDir, workspaceExt), command);
core.info("Successfully generated script");
return helperScript;
});
Expand Down

0 comments on commit 8981fee

Please sign in to comment.