Skip to content

Commit 8eae802

Browse files
author
程书伦
authored
Update android.yml
添加inrt编译
1 parent dca4f7b commit 8eae802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
with:
1111
java-version: 1.8
1212
- name: Build with Gradle
13-
run: chmod 777 ./gradlew && ./gradlew :app:assembleRelease && find app/build/outputs
13+
run: chmod 777 ./gradlew && ./gradlew :inrt:assemble && ./gradlew inrt:cp2APP && ./gradlew :app:assembleRelease
1414

1515

0 commit comments

Comments
 (0)