Switch to release for Android test builds

Phones will now always allow the user to install a debug package, this should make it a lot easier to install the latest test build
This commit is contained in:
Anders Jenbo 2021-10-16 20:22:26 +02:00 committed by GitHub
commit c045e4ca32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,10 +38,10 @@ jobs:
- name: Build
working-directory: ${{github.workspace}}
shell: bash
run: cd android-project && ./gradlew assembleDebug
run: cd android-project && ./gradlew assemble
- name: Upload-Package
uses: actions/upload-artifact@v2
with:
name: devilutionx-debug.apk
path: android-project/app/build/outputs/apk/debug/app-debug.apk
name: devilutionx.apk
path: android-project/app/build/outputs/apk/release/app-release-unsigned.apk