mirror of https://github.com/actions/setup-go.git
Change path to matchers.json
This commit is contained in:
parent
174207d077
commit
a79b7c7694
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue