Skip to content

Commit f7c9bae

Browse files
author
qinhui
committed
Change the file name
1 parent 8def19e commit f7c9bae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ci/build/build_ios.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ python3 ./.github/ci/build/modify_podfile.py ./$unzip_name/samples/${ios_directi
8686
echo "start compress"
8787
7za a -tzip result.zip -r $unzip_name > log.txt
8888
echo "start move to"
89-
echo $WORKSPACE/withAPIExample_${BUILD_NUMBER}_$zip_name
90-
mv result.zip $WORKSPACE/withAPIExample_${BUILD_NUMBER}_$zip_name
89+
echo $WORKSPACE/with${ios_direction}_${BUILD_NUMBER}_$zip_name
90+
mv result.zip $WORKSPACE/with${ios_direction}_${BUILD_NUMBER}_$zip_name
9191

9292
if [ $compile_project = true ]; then
9393
cd ./$unzip_name/samples/${ios_direction}

0 commit comments

Comments
 (0)