mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 18:36:46 +00:00
re-build
This commit is contained in:
parent
26cc53e378
commit
47432e01be
2 changed files with 11 additions and 4 deletions
|
@ -266,8 +266,11 @@ async function getDownloadInfo(
|
|||
} else {
|
||||
url += '&package_type=' + packageType;
|
||||
}
|
||||
url += '&release_status=ea';
|
||||
url += '&release_status=ga';
|
||||
if (version.includes('ea')) {
|
||||
url += '&release_status=ea';
|
||||
} else {
|
||||
url += '&release_status=ga';
|
||||
}
|
||||
url += '&architecture=' + architecture;
|
||||
url += '&operating_system=' + operatingSystem;
|
||||
url += '&archive_type=' + archiveType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue