mirror of
https://github.com/actions/setup-go.git
synced 2025-08-18 14:45:08 +00:00
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…
x
Reference in New Issue
Block a user