This commit is contained in:
sxyazi 2025-01-11 12:03:33 +08:00
parent 941436dd06
commit 7bf535481f
No known key found for this signature in database

View file

@ -52,7 +52,9 @@ Please manually delete it from `{}` and re-run the command.",
self.delete_assets().await?;
Self::deploy_assets(from.join("assets"), to.join("assets")).await?;
self.hash = self.hash().await?;
outln!("Done!")?;
Ok(())
}