From 88907341c2b9247bbb7a8531cb88a04e2adc40db Mon Sep 17 00:00:00 2001 From: GolanTrevize10 <25170481+GolanTrevize10@users.noreply.github.com> Date: Thu, 24 Jul 2025 17:39:19 +0200 Subject: [PATCH] Update install-python.ts --- src/install-python.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/install-python.ts b/src/install-python.ts index adcde741..472b97dc 100644 --- a/src/install-python.ts +++ b/src/install-python.ts @@ -126,7 +126,8 @@ export async function installCpythonFromRelease(release: tc.IToolRelease) { throw new Error('No files found in the release to download.'); } const downloadUrl = !PYTHON_DOWNLOAD_BASE_URL ? release.files[0].download_url : release.files[0].download_url.replace("https://github.com/", PYTHON_DOWNLOAD_BASE_URL); - + core.info(`base url "${PYTHON_DOWNLOAD_BASE_URL}") + core.info(`Download from "${downloadUrl}"`); let pythonPath = ''; try {