From a797b228769ad1597a24712997f3933853d182d3 Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Sun, 21 Apr 2024 11:46:34 +0530 Subject: [PATCH] Update production.yml (#835) --- .github/workflows/production.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 4c849994..37b4094f 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -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 }}