Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-deltombe-vonage authored and ueokande committed Sep 17, 2023
1 parent aaeb540 commit 07cddf1
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 @@ -43,7 +43,7 @@ async function run(): Promise<void> {
core.info(`Successfully setup Edge ${version}`);

core.setOutput("edge-version", version);
core.setOutput("edge-path", result.root + result.bin);
core.setOutput("edge-path", result.root + "/" + result.bin);

return result;
})();
Expand Down

0 comments on commit 07cddf1

Please sign in to comment.