Change path to matchers.json

This commit is contained in:
Ivan Zosimov (Akvelon INC) 2022-02-21 17:11:13 +03:00
parent 174207d077
commit a79b7c7694

View file

@ -52,7 +52,7 @@ export async function run() {
} }
// add problem matchers // add problem matchers
const matchersPath = path.join(__dirname, '..', 'matchers.json'); const matchersPath = path.join(__dirname, '../..', 'matchers.json');
core.info(`##[add-matcher]${matchersPath}`); core.info(`##[add-matcher]${matchersPath}`);
// output the version actually being used // output the version actually being used