mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-09 00:50:24 -06:00
Update production.yml
This commit is contained in:
committed by
GitHub
parent
be621b6693
commit
d43ecef48f
6
.github/workflows/production.yml
vendored
6
.github/workflows/production.yml
vendored
@@ -37,9 +37,9 @@ jobs:
|
||||
|
||||
- name: Sign AAB
|
||||
id: sign
|
||||
uses: r0adkll/sign-android-release@v1
|
||||
uses: r0adkll/sign-android-release@fix/bundle-signing
|
||||
with:
|
||||
releaseDirectory: app/production/release/test
|
||||
releaseDirectory: app/production/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/production/release/test/app-production-release.aab
|
||||
releaseFile: app/production/release/app-production-release.aab
|
||||
track: internalsharing
|
||||
whatsNewDirectory: whatsnew/
|
||||
|
||||
Reference in New Issue
Block a user