From b50606f37533eae0166571a3fd221829c702bc89 Mon Sep 17 00:00:00 2001 From: "Ivan Zosimov (Akvelon INC)" Date: Thu, 24 Feb 2022 10:59:56 +0300 Subject: [PATCH] Rebuild action --- dist/setup/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/setup/index.js b/dist/setup/index.js index 2397dd7..bf3f4df 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -3728,7 +3728,7 @@ function run() { yield cache_restore_1.restoreCache(packageManager, cacheDependencyPath); } // add problem matchers - const matchersPath = path_1.default.join(__dirname, '../..', 'matchers.json'); + const matchersPath = path_1.default.join(process.cwd(), 'matchers.json'); core.info(`##[add-matcher]${matchersPath}`); // output the version actually being used let goPath = yield io.which('go');