From 55cba3512afe0fa76f7335cd841df747fd032dc6 Mon Sep 17 00:00:00 2001 From: GolanTrevize10 <25170481+GolanTrevize10@users.noreply.github.com> Date: Fri, 15 Aug 2025 18:03:14 +0200 Subject: [PATCH] Adjusted the URL replaced part again --- src/install-python.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install-python.ts b/src/install-python.ts index 42b51130..7e1e5354 100644 --- a/src/install-python.ts +++ b/src/install-python.ts @@ -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 );