Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serkonda7 committed Jan 5, 2024
1 parent 7faa3d7 commit 7f181cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/setup-bait.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function run() {
await exec.exec('./bait', ['symlink'])
} else if (process.platform === 'win32') {
await exec.exec('./make.bat')
await core.addPath('./bait.bat')
await core.addPath('./bait')
} else {
core.setFailed('Unsupported platform: ' + process.platform)
}
Expand Down

0 comments on commit 7f181cd

Please sign in to comment.