[OSS CI][iOS] Use LibTorch-Lite.h for nightly builds (#59762)

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/59762

Test Plan: Imported from OSS

Reviewed By: cccclai

Differential Revision: D29018267

Pulled By: xta0

fbshipit-source-id: 10213a6811b4e6b33bd13355a7a7af85d21d48d4
diff --git a/.circleci/scripts/binary_ios_upload.sh b/.circleci/scripts/binary_ios_upload.sh
index f1022e1..2ecc5dc 100644
--- a/.circleci/scripts/binary_ios_upload.sh
+++ b/.circleci/scripts/binary_ios_upload.sh
@@ -24,7 +24,7 @@
 done
 lipo -i ${ZIP_DIR}/install/lib/*.a
 # copy the umbrella header and license
-cp ${PROJ_ROOT}/ios/LibTorch.h ${ZIP_DIR}/src/
+cp ${PROJ_ROOT}/ios/LibTorch-Lite.h ${ZIP_DIR}/src/
 cp ${PROJ_ROOT}/LICENSE ${ZIP_DIR}/
 # zip the library
 ZIPFILE=libtorch_ios_nightly_build.zip