Browse Source

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
pull/3152/head
Anders Jenbo 4 years ago committed by GitHub
parent
commit
c045e4ca32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/Android.yml

6
.github/workflows/Android.yml

@ -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

Loading…
Cancel
Save