Skip to content

Commit 2d20e96

Browse files
committed
Merge branch 'video-v2.4.x' of github.com:tencentyun/iot-link-android into video-v2.4.x
2 parents 20ce5db + e2a28f2 commit 2d20e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opensource.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Deploy App to fir
8989
run: |
9090
apk=$(ls app/build/outputs/apk/opensource/release/*.apk)
91-
demoApk=$(ls sdkdemo/build/outputs/apk/release/sdkdemo-release.apk)
91+
demoApk=$(ls sdkdemo/build/outputs/apk/release/*.apk)
9292
9393
rc=$(git rev-parse --short HEAD)
9494
rl=$(git log --pretty=format:"%s" $rc -1)

0 commit comments

Comments
 (0)