Skip to content

Commit f12bf30

Browse files
committed
fix url
1 parent 408f9a9 commit f12bf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/downloader.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class Downloader {
6767
core.setOutput("asset-name", asset.name);
6868

6969
const dest = await tc.downloadTool(
70-
asset.url,
70+
asset.browser_download_url,
7171
this.cfg.installPath ? this.cfg.installPath : undefined,
7272
this.cfg.token,
7373
);

0 commit comments

Comments
 (0)