Skip to content

Commit

Permalink
修复CI的报错,在build demo apk之前先清理一下工程
Browse files Browse the repository at this point in the history
Change-Id: I738cdbd2a74d98ab253dfdffc6f77bbe8469f306
  • Loading branch information
SundoggyNew committed Apr 25, 2024
1 parent 52126aa commit ea8a109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
rm -rf explorer/explorer-device-rtc/src/main/java/com/tencent/iot/explorer/device/common/stateflow/*
sed -i 's#//xxx##g' explorer/explorer-device-rtc/build.gradle
sed -i 's#//xxx##g' explorer/explorer-device-video/build.gradle
./gradlew clean
./gradlew :explorer:device-android-demo:build
- name: Archive the apks
uses: actions/upload-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
rm -rf explorer/explorer-device-rtc/src/main/java/com/tencent/iot/explorer/device/common/stateflow/*
sed -i 's#//xxx##g' explorer/explorer-device-rtc/build.gradle
sed -i 's#//xxx##g' explorer/explorer-device-video/build.gradle
./gradlew clean
./gradlew :explorer:device-android-demo:build
# - name: Archive the apks
# uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ea8a109

Please sign in to comment.