mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-05 09:19:51 -06:00
Update production.yml (#835)
This commit is contained in:
committed by
GitHub
parent
52446c5cc1
commit
a797b22876
12
.github/workflows/production.yml
vendored
12
.github/workflows/production.yml
vendored
@@ -72,3 +72,15 @@ jobs:
|
||||
userFraction: 0.01
|
||||
status: inProgress
|
||||
whatsNewDirectory: whatsnew/
|
||||
|
||||
- name: Deploy Free to Indus App Store
|
||||
id: uploadToIndus
|
||||
uses: yogeshpaliyal/upload-indus-appstore@v0.0.4
|
||||
with:
|
||||
apiKey: ${{secrets.INDUS_API_KEY}}
|
||||
packageName: com.yogeshpaliyal.keypass
|
||||
aabFile: app/build/outputs/bundle/freeRelease/*.aab
|
||||
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
|
||||
keystoreAlias: ${{ secrets.ALIAS }}
|
||||
keystorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
|
||||
keyPassword: ${{ secrets.KEY_PASSWORD }}
|
||||
|
||||
Reference in New Issue
Block a user