mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-05 16:36:31 -06:00
Enable pro mode (#1137)
This commit is contained in:
committed by
GitHub
parent
f39c37c59f
commit
c3b61eeeb0
40
.github/workflows/production.yml
vendored
40
.github/workflows/production.yml
vendored
@@ -35,15 +35,15 @@ jobs:
|
||||
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
|
||||
keyPassword: ${{ secrets.KEY_PASSWORD }}
|
||||
|
||||
# - name: Sign Pro AAB
|
||||
# id: sign
|
||||
# uses: r0adkll/sign-android-release@fix/bundle-signing
|
||||
# with:
|
||||
# releaseDirectory: app/build/outputs/bundle/proRelease
|
||||
# signingKeyBase64: ${{ secrets.SIGNING_KEY_WITH_PRO }}
|
||||
# alias: pro
|
||||
# keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
|
||||
# keyPassword: ${{ secrets.KEY_PASSWORD }}
|
||||
- name: Sign Pro AAB
|
||||
id: sign
|
||||
uses: r0adkll/sign-android-release@fix/bundle-signing
|
||||
with:
|
||||
releaseDirectory: app/build/outputs/bundle/proRelease
|
||||
signingKeyBase64: ${{ secrets.SIGNING_KEY_WITH_PRO }}
|
||||
alias: pro
|
||||
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
|
||||
keyPassword: ${{ secrets.KEY_PASSWORD }}
|
||||
|
||||
- name: Create service_account.json
|
||||
id: createServiceAccount
|
||||
@@ -61,17 +61,17 @@ jobs:
|
||||
status: inProgress
|
||||
whatsNewDirectory: whatsnew/
|
||||
|
||||
# - name: Deploy Pro to Play Store (PROD)
|
||||
# id: deployProProd
|
||||
# uses: r0adkll/upload-google-play@v1.1.3
|
||||
# with:
|
||||
# serviceAccountJson: service_account.json
|
||||
# packageName: com.yogeshpaliyal.keypass.pro
|
||||
# releaseFiles: app/build/outputs/bundle/proRelease/*.aab
|
||||
# track: production
|
||||
# userFraction: 0.01
|
||||
# status: inProgress
|
||||
# whatsNewDirectory: whatsnew/
|
||||
- name: Deploy Pro to Play Store (PROD)
|
||||
id: deployProProd
|
||||
uses: r0adkll/upload-google-play@v1.1.3
|
||||
with:
|
||||
serviceAccountJson: service_account.json
|
||||
packageName: com.yogeshpaliyal.keypass.pro
|
||||
releaseFiles: app/build/outputs/bundle/proRelease/*.aab
|
||||
track: production
|
||||
userFraction: 0.01
|
||||
status: inProgress
|
||||
whatsNewDirectory: whatsnew/
|
||||
|
||||
- name: Deploy Free to Indus App Store
|
||||
id: uploadToIndus
|
||||
|
||||
Reference in New Issue
Block a user