Skip to content

Commit

Permalink
Update production.yml (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal authored Apr 21, 2024
1 parent 52446c5 commit a797b22
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,15 @@ jobs:
userFraction: 0.01
status: inProgress
whatsNewDirectory: whatsnew/

- name: Deploy Free to Indus App Store
id: uploadToIndus
uses: yogeshpaliyal/[email protected]
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 }}

0 comments on commit a797b22

Please sign in to comment.