Skip to content

Commit

Permalink
debug running
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Mar 7, 2024
1 parent 074cac6 commit d93ac13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ async function setup() {
const pathToCaps = await tc.downloadTool(getCapsDownloadUrl(version));

// Expose the tool by adding it to the PATH
core.addPath(path.dirname(pathToCr));
core.addPath(pathToCr);
console.log(`add to path: ${pathToCr}`);

core.addPath(path.dirname(pathToCaps));
core.addPath(pathToCaps);
console.log(`add to path: ${pathToCaps}`);
} catch (e) {
core.setFailed(e);
Expand Down

0 comments on commit d93ac13

Please sign in to comment.