fix matching windows runner

This commit is contained in:
LotP1 2024-12-26 23:32:14 +01:00
parent 6fb58a611e
commit fdece62f88

View File

@ -34,7 +34,7 @@ namespace Ryujinx.BuildValidationTasks
throw new JsonException(e.Message); //shorter and easier stacktrace
}
bool isGitRunner = path.Contains("runner");
bool isGitRunner = path.Contains("runner") || path.Contains("D:\\a\\Ryujinx\\Ryujinx");
if (isGitRunner)
Console.WriteLine("Is Git Runner!");
bool encounteredLanguageIssue = false;