Skip to content

Commit 0828e70

Browse files
committed
fix: path path
1 parent db1c463 commit 0828e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ async function prepareEnv(): Promise<Env> {
156156

157157
core.info(`Prepared env in ${Date.now() - startedAt}ms`)
158158

159-
return { binPath: binPath, patchPath }
159+
return { binPath, patchPath }
160160
}
161161

162162
type ExecRes = {

0 commit comments

Comments
 (0)