Skip to content

Commit 1d57320

Browse files
Update indus-appstore.yml
1 parent 151e0fd commit 1d57320

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/indus-appstore.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ jobs:
4141
# eg: token: ${{ secrets.MY_TOKEN }}
4242
token: ${{ secrets.GITHUB_TOKEN }}
4343

44-
- name: Deploy Free to Indus App Store
45-
id: uploadToIndus
46-
uses: yogeshpaliyal/[email protected]
47-
with:
48-
type: UPLOAD_AAB
49-
apiKey: ${{secrets.INDUS_API_KEY}}
50-
packageName: com.yogeshpaliyal.keypass
51-
aabFile: app/build/outputs/bundle/freeRelease/*.aab
52-
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
53-
keystoreAlias: ${{ secrets.ALIAS }}
54-
keystorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
55-
keyPassword: ${{ secrets.KEY_PASSWORD }}
44+
- name: Deploy Free to Indus App Store
45+
id: uploadToIndus
46+
uses: yogeshpaliyal/[email protected]
47+
with:
48+
type: UPLOAD_AAB
49+
apiKey: ${{secrets.INDUS_API_KEY}}
50+
packageName: com.yogeshpaliyal.keypass
51+
aabFile: app/build/outputs/bundle/freeRelease/*.aab
52+
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
53+
keystoreAlias: ${{ secrets.ALIAS }}
54+
keystorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
55+
keyPassword: ${{ secrets.KEY_PASSWORD }}
5656

0 commit comments

Comments
 (0)