We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14dc360 commit 1e27d10Copy full SHA for 1e27d10
1 file changed
.github/workflows/android.yml
@@ -27,7 +27,7 @@ jobs:
27
chmod +x ./gradlew
28
29
- name: Build APK
30
- run: ./gradlew assembleDebug
+ run: ./gradlew clean assembleDebug
31
32
- name: Upload APK
33
uses: actions/upload-artifact@v4
0 commit comments