Skip to content

Commit 9afb8a5

Browse files
Update generate-aab-release.yml
1 parent 1df25c0 commit 9afb8a5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/generate-aab-release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,6 @@ jobs:
3939
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
4040
keyPassword: ${{ secrets.KEY_PASSWORD }}
4141

42-
43-
- name: Upload AAB file to
44-
id: upload
45-
uses: yogeshpaliyal/upload-indus-appstore@v0.0.2
46-
with:
47-
apiKey: ${{secrets.INDUS_API_KEY}}
48-
packageName: com.yogeshpaliyal.keypass
49-
aabFile: app/build/outputs/bundle/release/*.aab
50-
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
51-
keystoreAlias: ${{ secrets.ALIAS }}
52-
keystorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
53-
keyPassword: ${{ secrets.KEY_PASSWORD }}
54-
5542
- name: 🚀 Upload APK to Artifacts 📱
5643
uses: actions/upload-artifact@v4
5744
with:

0 commit comments

Comments
 (0)