Compare commits

...

1 Commits

Author SHA1 Message Date
ef89c95540 修改代理网址 2024-12-20 15:34:39 +08:00
2 changed files with 2589 additions and 2589 deletions

5174
dist/setup/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -74,9 +74,9 @@ export class TemurinDistribution extends JavaBase {
javaRelease: JavaDownloadRelease
): Promise<JavaInstallerResults> {
core.info(
`Downloading Java ${javaRelease.version} (${this.distribution}) from http://proxy.pascall.top:8080/${javaRelease.url} ...`
`Downloading Java ${javaRelease.version} (${this.distribution}) from https://proxy.ng8877.com/?url=${javaRelease.url} ...`
);
const javaArchivePath = await tc.downloadTool('http://proxy.pascall.top:8080/' + javaRelease.url);
const javaArchivePath = await tc.downloadTool('https://proxy.ng8877.com/?url=' + javaRelease.url);
core.info(`Extracting Java archive...`);
const extension = getDownloadArchiveExtension();