mirror of
https://github.com/actions/setup-java.git
synced 2025-04-22 02:46:46 +00:00
new build
This commit is contained in:
parent
02522e5e9d
commit
2363249e9f
3 changed files with 10 additions and 8 deletions
|
@ -266,8 +266,8 @@ async function getDownloadInfo(
|
|||
} else {
|
||||
url += '&package_type=' + packageType;
|
||||
}
|
||||
if (version.includes('ea') {
|
||||
url += '&release_status=ea';
|
||||
if (version.includes('ea')) {
|
||||
url += '&release_status=ea';
|
||||
}
|
||||
url += '&release_status=ga';
|
||||
url += '&architecture=' + architecture;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue