We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52446c5 commit a797b22Copy full SHA for a797b22
.github/workflows/production.yml
@@ -72,3 +72,15 @@ jobs:
72
userFraction: 0.01
73
status: inProgress
74
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