diff --git a/src/setup-earthly.ts b/src/setup-earthly.ts index 43ced70..bed039a 100644 --- a/src/setup-earthly.ts +++ b/src/setup-earthly.ts @@ -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}`);