Skip to content

Commit 2934d9c

Browse files
committed
fix sdk name
Change-Id: Iec4a6c07745d69cf073e58b15809d8d2c936ff17
1 parent f11365a commit 2934d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploypod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo $version
5353
5454
export LIB_VERSION=$version
55-
perl -i -pe "s#.*s.source =.*#\ts.source = { :git => 'https://github.com/tencentyun/iot-link-ios.git', :tag => \"$temptag\" }#g" TIoTLinkVideo.podspec
55+
perl -i -pe "s#.*s.source =.*#\ts.source = { :git => 'https://github.com/tencentyun/iot-link-ios.git', :tag => \"$temptag\" }#g" IoTVideoAdvanced.podspec
5656
5757
pod lib lint IoTVideoAdvanced.podspec --verbose --allow-warnings --skip-import-validation
5858
pod trunk push IoTVideoAdvanced.podspec --verbose --allow-warnings --skip-import-validation

0 commit comments

Comments
 (0)