This commit is contained in:
Aparna Jyothi 2025-01-30 16:45:39 +05:30
parent cc7fac4679
commit 35af15253e
2 changed files with 2 additions and 0 deletions

View file

@ -172,6 +172,7 @@ export default abstract class BaseDistribution {
info.arch
);
}
core.error(`Download failed from ${info.downloadUrl}. Please check the URl and try again.`);
throw err;
}