mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 17:36:45 +00:00
Include ea builds only if 'ea' was part of the given version
This commit is contained in:
parent
9a807817f3
commit
ef705735f7
1 changed files with 3 additions and 1 deletions
|
@ -266,7 +266,9 @@ async function getDownloadInfo(
|
|||
} else {
|
||||
url += '&package_type=' + packageType;
|
||||
}
|
||||
if (version.includes('ea') {
|
||||
url += '&release_status=ea';
|
||||
}
|
||||
url += '&release_status=ga';
|
||||
url += '&architecture=' + architecture;
|
||||
url += '&operating_system=' + operatingSystem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue