Skip to content

Commit

Permalink
Change the file name
Browse files Browse the repository at this point in the history
  • Loading branch information
qinhui committed Oct 31, 2024
1 parent 81e0ecc commit 1a8f63a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ci/build/build_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ python3 ./.github/ci/build/modify_podfile.py ./$unzip_name/samples/${ios_directi
echo "start compress"
7za a -tzip result.zip -r $unzip_name > log.txt
echo "start move to"
echo $WORKSPACE/withAPIExample_${BUILD_NUMBER}_$zip_name
mv result.zip $WORKSPACE/withAPIExample_${BUILD_NUMBER}_$zip_name
echo $WORKSPACE/with${ios_direction}_${BUILD_NUMBER}_$zip_name
mv result.zip $WORKSPACE/with${ios_direction}_${BUILD_NUMBER}_$zip_name

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

0 comments on commit 1a8f63a

Please sign in to comment.