Skip to content

Commit c712311

Browse files
Update install-python.ts
1 parent 8890734 commit c712311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/install-python.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export async function installCpythonFromRelease(release: tc.IToolRelease) {
126126
throw new Error('No files found in the release to download.');
127127
}
128128
const downloadUrl = !PYTHON_DOWNLOAD_BASE_URL ? release.files[0].download_url : release.files[0].download_url.replace("https://github.com/", PYTHON_DOWNLOAD_BASE_URL);
129-
core.info(`base url "${PYTHON_DOWNLOAD_BASE_URL}")
129+
130130

131131
core.info(`Download from "${downloadUrl}"`);
132132
let pythonPath = '';

0 commit comments

Comments
 (0)