mirror of
https://github.com/actions/runner.git
synced 2025-12-13 19:03:44 +00:00
add line
This commit is contained in:
@@ -78,6 +78,7 @@ namespace GitHub.Runner.Worker
|
|||||||
if (executionContext.FileTable == null)
|
if (executionContext.FileTable == null)
|
||||||
{
|
{
|
||||||
executionContext.FileTable = new string[0];
|
executionContext.FileTable = new string[0];
|
||||||
|
executionContext.FileTable.Add(fileRelativePath);
|
||||||
}
|
}
|
||||||
else if (fileId > executionContext.FileTable.Count)
|
else if (fileId > executionContext.FileTable.Count)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user