mirror of
https://github.com/actions/setup-python.git
synced 2025-08-26 18:54:19 +00:00
Committing changes to dist/setup/index.js after build
This commit is contained in:
parent
736c77b72f
commit
3f9a0c2480
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/', PYTHON_DOWNLOAD_BASE_URL);
|
||||
: release.files[0].download_url.replace('https://github.com/actions/python-versions/releases', PYTHON_DOWNLOAD_BASE_URL);
|
||||
core.info(`Download from "${downloadUrl}"`);
|
||||
let pythonPath = '';
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user