We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca4f7b commit 8eae802Copy full SHA for 8eae802
.github/workflows/android.yml
@@ -10,6 +10,6 @@ jobs:
10
with:
11
java-version: 1.8
12
- name: Build with Gradle
13
- run: chmod 777 ./gradlew && ./gradlew :app:assembleRelease && find app/build/outputs
+ run: chmod 777 ./gradlew && ./gradlew :inrt:assemble && ./gradlew inrt:cp2APP && ./gradlew :app:assembleRelease
14
15
0 commit comments