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:
parent
62aa9c1c02
commit
c045e4ca32
1 changed files with 3 additions and 3 deletions
6
.github/workflows/Android.yml
vendored
6
.github/workflows/Android.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue