Getting an error while publishing the package

Hi,

I am getting a below error while publishing the package.

19.10.4+Branch.support-v2019.10.Sha.fe819a658cad0585a64d2f8af94fad5c30b8d122

Error: Object reference not set to an instance of an object.

Error: System.NullReferenceException: Object reference not set to an instance of an object.
at UiPath.Project.Deploy.ProjectPackageManager.g__UpdateEntry|11_3(ZipArchive package, String oldName, String newName, Action2 transformer) at UiPath.Project.Deploy.ProjectPackageManager.<>c__DisplayClass11_1.<CheckUnicodeId>b__8(ValueTuple2 file)
at UiPath.Shared.EnumerableExtensions.EnumerableExtensions.ForEach[TSource](IEnumerable1 source, Action1 action)
at UiPath.Project.Deploy.ProjectPackageManager.CheckUnicodeId(String id, String destinationFilePath)
at UiPath.Project.Deploy.ProjectPackageManager.BuildPackage(IWorkflowProject project, String destinationFolder, String releaseNotes)
at UiPath.Studio.Plugin.Workflow.Shared.Project.BaseWorkflowProjectFactory.<>c__DisplayClass49_0.b__0()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at UiPath.Studio.Plugin.Workflow.Shared.Project.BaseWorkflowProjectFactory.d__49.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at UiPath.Studio.Plugin.Workflow.Shared.Project.BaseWorkflowProjectFactory.d__48.MoveNext(), HResult -2147467261

How to solve this issue?