From 3f9a0c2480bdf6b19e47fb326d9efeb89a896dbe Mon Sep 17 00:00:00 2001 From: Pablo Gomez Date: Fri, 15 Aug 2025 17:55:38 +0200 Subject: [PATCH] Committing changes to dist/setup/index.js after build --- dist/setup/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/setup/index.js b/dist/setup/index.js index b62b73dc..a7ced0b2 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -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 {