ci: Update release directory

This commit is contained in:
Nik Clayton 2024-03-03 20:01:00 +01:00 committed by GitHub
parent 22bb442baa
commit cecbf39fbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ jobs:
name: Sign app APK
id: sign_app_apk
with:
releaseDirectory: app/build/outputs/bundle/orangeGoogleRelease
releaseDirectory: app/build/outputs/apk/orangeGoogle/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.SIGNING_KEY_ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}