android: ci debug -> release

This commit is contained in:
Velaron 2024-02-13 20:04:36 +02:00
parent 5c9ed1a62a
commit 94680b1198
1 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ jobs:
id: sign_apk
if: ${{ env.SIGNING_KEY != '' }}
with:
releaseDirectory: app/build/outputs/apk/debug
releaseDirectory: app/build/outputs/apk/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
@ -170,4 +170,4 @@ jobs:
if: steps.sign_apk.outcome != 'success'
with:
name: hlsdk-${{ steps.extract_branch.outputs.branch }}-android
path: android/app/build/outputs/apk/debug/*.apk
path: android/app/build/outputs/apk/release/*.apk