Skip to content

Commit

Permalink
display attempted URL download as info
Browse files Browse the repository at this point in the history
This makes it more clear if we get to the point where a download is
attempted or not.

Signed-off-by: Alex Couture-Beil <[email protected]>
  • Loading branch information
alexcb committed Apr 12, 2023
1 parent 2181cb2 commit 57036aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup-earthly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async function run() {
tag_name
}/${pkgName}-${releasePlatform}-${releaseArch}${IS_WINDOWS ? ".exe" : ""}`;

core.debug(`downloading ${buildURL}`);
core.info(`downloading ${buildURL}`);
const downloaded = await tc.downloadTool(buildURL, installationPath);
core.debug(`successfully downloaded ${buildURL} to ${downloaded}`);

Expand Down

0 comments on commit 57036aa

Please sign in to comment.