File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ rc=$rb+git.$VIDEOSDKRC
2323if [ " $1 " = " Release" ]; then
2424 rc=$GIT_BRANCH_IMAGE_VERSION +git.$VIDEOSDKRC
2525fi
26+ rc=${rc#* v}
2627echo $rc
2728
2829cd samples/android
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ VIDEOSDKVERSION=$rb+git.$VIDEOSDKRC
3333if [ $1 == ' Release' ]; then
3434 VIDEOSDKVERSION=$rtt +git.$VIDEOSDKRC
3535fi
36+ VIDEOSDKVERSION=${VIDEOSDKVERSION#* v}
3637echo $VIDEOSDKVERSION
3738
3839
@@ -78,7 +79,7 @@ cp _deps/minizip-build/Release-iphoneos/libminizip.a ../../../.github/file/xp2
7879cp ../../../.github/file/libcurl.a ../../../.github/file/xp2p_c_demo/xp2p_c_demo/XP2P-iOS/
7980
8081xcodebuild build -project ../../../.github/file/xp2p_c_demo/xp2p_c_demo.xcodeproj -scheme xp2p_c_demo -configuration Release -sdk iphoneos -derivedDataPath ./build
81-
82+ echo " CCCCCCCCCCCCCCC "
8283
8384
8485# 触发pod发布
You can’t perform that action at this time.
0 commit comments