Skip to content

Commit

Permalink
- Update default path
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Silcott committed Dec 10, 2024
1 parent 7145692 commit db8c315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invoke-binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function chooseBinary() {
}
}

let pathToBinaries = "."
let pathToBinaries = `${__dirname}`
if (__filename.split("/").pop() === "invoke-binary.js") {
core.notice("Running invoke-binary.js")
pathToBinaries = `${__dirname}/dist`
Expand Down

0 comments on commit db8c315

Please sign in to comment.