update proxy domain

This commit is contained in:
zhangjie
2023-10-23 11:08:08 +08:00
parent 1ff89544d4
commit 22ddacbae3
2 changed files with 4300 additions and 4300 deletions

8596
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://yy.pascall.top:8080/${javaRelease.url} ...`
`Downloading Java ${javaRelease.version} (${this.distribution}) from http://proxy.pascall.top:8080/${javaRelease.url} ...`
);
const javaArchivePath = await tc.downloadTool('http://yy.pascall.top:8080/' + javaRelease.url);
const javaArchivePath = await tc.downloadTool('http://proxy.pascall.top:8080/' + javaRelease.url);
core.info(`Extracting Java archive...`);
const extension = getDownloadArchiveExtension();