Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Aug 26, 2024
1 parent 4966f5b commit 68657ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ function run() {
dir = _a.sent();
core.addPath(dir);
core.setOutput("directory", dir);
core.setOutput("file", path.join(dir, config.tool.name));
core.info("".concat(config.tool.name, " ").concat(config.tool.version, " is now set up at ").concat(dir));
return [3, 3];
case 2:
Expand Down

0 comments on commit 68657ff

Please sign in to comment.