Fix debug build if no key

This commit is contained in:
soraefir
2024-04-07 11:10:10 +02:00
parent 71acf04f20
commit 3fe83cff2e
2 changed files with 22 additions and 10 deletions

View File

@ -48,7 +48,7 @@ jobs:
cache: 'gradle'
- name: Build APK
run: ./gradlew assemble
run: ./gradlew assembleSignedRelease
# - name: Upload APK
# uses: actions/upload-artifact@v4
@ -61,4 +61,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
app/build/outputs/apk/release/app-release.apk
app/build/outputs/apk/signedRelease/app-release.apk