mirror of
https://github.com/actions/setup-python.git
synced 2025-09-10 18:56:16 +00:00
Adjusted the URL replaced part again
This commit is contained in:
parent
916f37ea97
commit
55cba3512a
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ export async function installCpythonFromRelease(release: tc.IToolRelease) {
|
||||||
const downloadUrl = !PYTHON_DOWNLOAD_BASE_URL
|
const downloadUrl = !PYTHON_DOWNLOAD_BASE_URL
|
||||||
? release.files[0].download_url
|
? release.files[0].download_url
|
||||||
: release.files[0].download_url.replace(
|
: release.files[0].download_url.replace(
|
||||||
'https://github.com/actions/python-versions/releases',
|
'https://github.com/actions/python-versions/releases/download',
|
||||||
PYTHON_DOWNLOAD_BASE_URL
|
PYTHON_DOWNLOAD_BASE_URL
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue