mirror of
https://github.com/actions/setup-python.git
synced 2025-08-26 18:54:19 +00:00
Adjusted the URL replaced part again
This commit is contained in:
parent
916f37ea97
commit
55cba3512a
@ -128,7 +128,7 @@ export async function installCpythonFromRelease(release: tc.IToolRelease) {
|
||||
const downloadUrl = !PYTHON_DOWNLOAD_BASE_URL
|
||||
? release.files[0].download_url
|
||||
: 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
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user