mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 05:41:06 +07:00
Fix dist folder
This commit is contained in:
parent
5ad79022bc
commit
7199395312
3
dist/setup/index.js
vendored
3
dist/setup/index.js
vendored
@ -5350,9 +5350,6 @@ function run() {
|
||||
yield cacheDependencies(cache, pythonVersion);
|
||||
}
|
||||
}
|
||||
else {
|
||||
throw new Error("there's empty python-version input");
|
||||
}
|
||||
const matchersPath = path.join(__dirname, '../..', '.github');
|
||||
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);
|
||||
>>>>>>> 99015f8 (Use /opt/hostedtoolcache as default value AGENT_TOOLSDIRECTORY)
|
||||
|
Loading…
Reference in New Issue
Block a user