display attempted URL download as info

This makes it more clear if we get to the point where a download is
attempted or not.

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
This commit is contained in:
Alex Couture-Beil 2023-04-12 12:20:21 -07:00
parent 2181cb2b4a
commit 57036aa8e1
No known key found for this signature in database
GPG Key ID: 097FC39A210CE7F7

View File

@ -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}`);