Skip to content

Commit 656324a

Browse files
author
Pablo Gomez
committed
Updated index.js after build
1 parent 55cba35 commit 656324a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/setup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97855,7 +97855,7 @@ function installCpythonFromRelease(release) {
9785597855
}
9785697856
const downloadUrl = !PYTHON_DOWNLOAD_BASE_URL
9785797857
? release.files[0].download_url
97858-
: release.files[0].download_url.replace('https://github.com/actions/python-versions/releases', PYTHON_DOWNLOAD_BASE_URL);
97858+
: release.files[0].download_url.replace('https://github.com/actions/python-versions/releases/download', PYTHON_DOWNLOAD_BASE_URL);
9785997859
core.info(`Download from "${downloadUrl}"`);
9786097860
let pythonPath = '';
9786197861
try {

0 commit comments

Comments
 (0)