fix: fix matchersPath

This commit is contained in:
Amin Yahyaabadi 2021-09-18 08:27:17 -05:00
parent a0e33e0466
commit c1a994e5bd
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export async function setupPython(version: string, setupCppDir: string, arch: st
const installed = await finder.findPythonVersion(version, arch)
core.info(`Successfully setup ${installed.impl} (${installed.version})`)
}
const matchersPath = path.join(__dirname, "..", ".github")
const matchersPath = path.join("setup-pthon", ".github")
core.info(`##[add-matcher]${path.join(matchersPath, "python.json")}`)
return undefined
} catch (err) {