We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b357ee commit a6de849Copy full SHA for a6de849
.github/workflows/android.yml
@@ -23,7 +23,7 @@ jobs:
23
gradlePath: app/build.gradle # or app/build.gradle.kts
24
versionCode: ${{github.run_number}}
25
- name: Build Release APK
26
- run: ./gradlew assembleRelease
+ run: ./gradlew assembleDebug
27
- name: Releasing using Hub
28
uses: sangatdesai/release-apk@main
29
env:
0 commit comments