File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 93
93
sed -i 's#//xxx##g' explorer/explorer-device-rtc/build.gradle
94
94
sed -i 's#//xxx##g' explorer/explorer-device-video/build.gradle
95
95
./gradlew clean
96
- ./gradlew :explorer:device-android-demo:build
96
+ ./gradlew :explorer:device-android-demo:build :hub:hub-android-demo:build
97
97
- name : Archive the apks
98
98
uses : actions/upload-artifact@v2
99
99
with :
Original file line number Diff line number Diff line change 96
96
sed -i 's#//xxx##g' explorer/explorer-device-rtc/build.gradle
97
97
sed -i 's#//xxx##g' explorer/explorer-device-video/build.gradle
98
98
./gradlew clean
99
- ./gradlew :explorer:device-android-demo:build
99
+ ./gradlew :explorer:device-android-demo:build :hub:hub-android-demo:build
100
100
# - name: Archive the apks
101
101
# uses: actions/upload-artifact@v2
102
102
# with:
You can’t perform that action at this time.
0 commit comments