mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-27 14:51:02 +08:00
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:
parent
2181cb2b4a
commit
57036aa8e1
@ -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}`);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user