update samples

pull/86/head
hevinci 2023-03-22 18:58:46 +08:00
parent 37cab30ed7
commit 18830544a6
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ public class FsmUpdateManifest : IStateNode
if(operation.Status == EOperationStatus.Succeed)
{
operation.SaveManifestVersion();
_machine.ChangeState<FsmCreateDownloader>();
}
else