minor changes

This commit is contained in:
Dmitry Shibanov 2022-09-05 15:44:00 +02:00
parent 109e9d0241
commit 244aafd0a2
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ export class MicrosoftDistributions extends JavaBase {
);
}
return { url: foundRelease.release_url, version: foundRelease.version };
return { url: foundRelease.files[0].download_url, version: foundRelease.version };
}
private async getAvailableVersions(): Promise<tc.IToolRelease[] | null> {