mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 18:01:46 +00:00
Re-added 'ea' again
This commit is contained in:
parent
2363249e9f
commit
26cc53e378
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -33734,9 +33734,7 @@ function getDownloadInfo(refs, version, arch, javaPackage, distro) {
|
||||
else {
|
||||
url += '&package_type=' + packageType;
|
||||
}
|
||||
if (version.includes('ea')) {
|
||||
url += '&release_status=ea';
|
||||
}
|
||||
url += '&release_status=ga';
|
||||
url += '&architecture=' + architecture;
|
||||
url += '&operating_system=' + operatingSystem;
|
||||
|
@ -266,9 +266,7 @@ 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…
Reference in New Issue
Block a user