pub(super) async fn push_file( work_dir: &Path, dest: &str, data: Vec<u8>, ) -> Result<(), String>
Push file contents into the work directory under dest.
dest