mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-07 09:00:04 -06:00
Update production.yml
This commit is contained in:
committed by
GitHub
parent
dafc4026b5
commit
f8eb1a80b0
4
.github/workflows/production.yml
vendored
4
.github/workflows/production.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
id: sign
|
||||
uses: r0adkll/sign-android-release@v1
|
||||
with:
|
||||
releaseDirectory: app/build/outputs/bundle/release
|
||||
releaseDirectory: app/build/outputs/apk/release
|
||||
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
|
||||
alias: ${{ secrets.ALIAS }}
|
||||
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
|
||||
@@ -55,6 +55,6 @@ jobs:
|
||||
with:
|
||||
serviceAccountJson: service_account.json
|
||||
packageName: com.yogeshpaliyal.keypass
|
||||
releaseFile: app/build/outputs/bundle/release/app-release.aab
|
||||
releaseFile: ${{steps.sign.outputs.signedReleaseFile}}
|
||||
track: internalsharing
|
||||
whatsNewDirectory: whatsnew/
|
||||
|
||||
Reference in New Issue
Block a user