We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1da79b commit ac45555Copy full SHA for ac45555
1 file changed
.github/workflows/android.yml
@@ -43,7 +43,7 @@ jobs:
43
SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }}
44
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
45
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
46
- run: ./gradlew assembleRelease|| cat build/reports/problems/problems-report.html
+ run: ./gradlew assembleRelease
47
48
#3
49
- name: Rename apk
0 commit comments