diff --git a/src/main.ts b/src/main.ts index 45a59b0..08d3a2e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -66,7 +66,7 @@ async function run(platform: Platform): Promise { let versionName = '' let godotUrl = '' let exportTemplateUrl = '' - + core.info(`Using custom url ${customUrl}`) if (customUrl.length > 0) { // Если задан customUrl, используем его вместо вычислений по версии core.info(`😎 Using custom Godot build from ${customUrl}`) diff --git a/src/utils.ts b/src/utils.ts index 318442a..b8c7796 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -17,6 +17,7 @@ export interface Platform { * Returns the path to the unzipped file for the platform. * @param installationDir Installation directory. * @param versionName Version name. + * @param useDotnet */ getUnzippedPath( installationDir: string,