We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cba35 commit 656324aCopy full SHA for 656324a
1 file changed
dist/setup/index.js
@@ -97855,7 +97855,7 @@ function installCpythonFromRelease(release) {
97855
}
97856
const downloadUrl = !PYTHON_DOWNLOAD_BASE_URL
97857
? release.files[0].download_url
97858
- : release.files[0].download_url.replace('https://github.com/actions/python-versions/releases', PYTHON_DOWNLOAD_BASE_URL);
+ : release.files[0].download_url.replace('https://github.com/actions/python-versions/releases/download', PYTHON_DOWNLOAD_BASE_URL);
97859
core.info(`Download from "${downloadUrl}"`);
97860
let pythonPath = '';
97861
try {
0 commit comments