From 766a3397b43cdf60c4552757bb6d4d8166882f7f Mon Sep 17 00:00:00 2001
From: "Ivan Zosimov (Akvelon INC)" <v-izosimov@microsoft.com>
Date: Mon, 21 Feb 2022 17:14:54 +0300
Subject: [PATCH] Rebuild index.js file for the main job

---
 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 d89a821..6ac8281 100644
--- a/dist/setup/index.js
+++ b/dist/setup/index.js
@@ -3727,7 +3727,7 @@ function run() {
                 yield cache_restore_1.restoreCache(cache, cacheDependencyPath);
             }
             // add problem matchers
-            const matchersPath = path_1.default.join(__dirname, '..', 'matchers.json');
+            const matchersPath = path_1.default.join(__dirname, '../..', 'matchers.json');
             core.info(`##[add-matcher]${matchersPath}`);
             // output the version actually being used
             let goPath = yield io.which('go');