Merge branch 'main' into instrument-refresh

This commit is contained in:
Nik Clayton 2024-03-03 19:41:37 +01:00 committed by GitHub
commit 7f157d56c4
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/apk/orangeGithub/debug
releaseDirectory: app/build/outputs/bundle/orangeGoogleRelease
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.SIGNING_KEY_ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}