From a79b7c7694cd049e0a78a67b407f394853bc493a Mon Sep 17 00:00:00 2001 From: "Ivan Zosimov (Akvelon INC)" Date: Mon, 21 Feb 2022 17:11:13 +0300 Subject: [PATCH] Change path to matchers.json --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 5243437..200b090 100644 --- a/src/main.ts +++ b/src/main.ts @@ -52,7 +52,7 @@ export async function run() { } // add problem matchers - const matchersPath = path.join(__dirname, '..', 'matchers.json'); + const matchersPath = path.join(__dirname, '../..', 'matchers.json'); core.info(`##[add-matcher]${matchersPath}`); // output the version actually being used