Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
odanado committed Jun 8, 2024
1 parent 408f9a9 commit f12bf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/downloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class Downloader {
core.setOutput("asset-name", asset.name);

const dest = await tc.downloadTool(
asset.url,
asset.browser_download_url,
this.cfg.installPath ? this.cfg.installPath : undefined,
this.cfg.token,
);
Expand Down

0 comments on commit f12bf30

Please sign in to comment.