update samples

This commit is contained in:
hevinci
2023-03-22 19:00:58 +08:00
parent 7ae8a6c247
commit 334b96f90e

View File

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