add debug

This commit is contained in:
naxa1ka 2024-12-17 13:55:00 +02:00
parent 64e6cfe03b
commit 7077ba7215
2 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,7 @@ async function run(platform: Platform): Promise<void> {
let versionName = '' let versionName = ''
let godotUrl = '' let godotUrl = ''
let exportTemplateUrl = '' let exportTemplateUrl = ''
core.info(`Using custom url ${customUrl}`)
if (customUrl.length > 0) { if (customUrl.length > 0) {
// Если задан customUrl, используем его вместо вычислений по версии // Если задан customUrl, используем его вместо вычислений по версии
core.info(`😎 Using custom Godot build from ${customUrl}`) core.info(`😎 Using custom Godot build from ${customUrl}`)

View File

@ -17,6 +17,7 @@ export interface Platform {
* Returns the path to the unzipped file for the platform. * Returns the path to the unzipped file for the platform.
* @param installationDir Installation directory. * @param installationDir Installation directory.
* @param versionName Version name. * @param versionName Version name.
* @param useDotnet
*/ */
getUnzippedPath( getUnzippedPath(
installationDir: string, installationDir: string,