update samples

pull/86/head
hevinci 2023-03-22 19:00:58 +08:00
parent 7ae8a6c247
commit 334b96f90e
1 changed files with 1 additions and 1 deletions

View File

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