fix: path path

This commit is contained in:
Fernandez Ludovic 2025-02-10 15:24:06 +01:00
parent db1c463e05
commit 0828e70905

View file

@ -156,7 +156,7 @@ async function prepareEnv(): Promise<Env> {
core.info(`Prepared env in ${Date.now() - startedAt}ms`)
return { binPath: binPath, patchPath }
return { binPath, patchPath }
}
type ExecRes = {