Skip to content

Commit a797b22

Browse files
Update production.yml (#835)
1 parent 52446c5 commit a797b22

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/production.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,15 @@ jobs:
7272
userFraction: 0.01
7373
status: inProgress
7474
whatsNewDirectory: whatsnew/
75+
76+
- name: Deploy Free to Indus App Store
77+
id: uploadToIndus
78+
uses: yogeshpaliyal/upload-indus-appstore@v0.0.4
79+
with:
80+
apiKey: ${{secrets.INDUS_API_KEY}}
81+
packageName: com.yogeshpaliyal.keypass
82+
aabFile: app/build/outputs/bundle/freeRelease/*.aab
83+
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
84+
keystoreAlias: ${{ secrets.ALIAS }}
85+
keystorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
86+
keyPassword: ${{ secrets.KEY_PASSWORD }}

0 commit comments

Comments
 (0)