修改代理网址

This commit is contained in:
ding
2024-12-20 15:34:39 +08:00
parent 22ddacbae3
commit ef89c95540
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 javaRelease: JavaDownloadRelease
): Promise<JavaInstallerResults> { ): Promise<JavaInstallerResults> {
core.info( 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...`); core.info(`Extracting Java archive...`);
const extension = getDownloadArchiveExtension(); const extension = getDownloadArchiveExtension();