mirror of
https://github.com/actions/setup-python.git
synced 2025-09-10 10:46:17 +00:00
Updated index.js after build
This commit is contained in:
parent
55cba3512a
commit
656324a07e
1 changed files with 1 additions and 1 deletions
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -97855,7 +97855,7 @@ function installCpythonFromRelease(release) {
|
|||
}
|
||||
const downloadUrl = !PYTHON_DOWNLOAD_BASE_URL
|
||||
? release.files[0].download_url
|
||||
: release.files[0].download_url.replace('https://github.com/actions/python-versions/releases', PYTHON_DOWNLOAD_BASE_URL);
|
||||
: release.files[0].download_url.replace('https://github.com/actions/python-versions/releases/download', PYTHON_DOWNLOAD_BASE_URL);
|
||||
core.info(`Download from "${downloadUrl}"`);
|
||||
let pythonPath = '';
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue