Failed to upload the multiple apk's
Closed this issue · 1 comments
Jatin9098 commented
- name: Upload artifacts to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
debug: true
appId: ${{secrets.APP_ID}}
serviceCredentialsFileContent: ${{secrets.CREDENTIAL_FILE_CONTENT}}
groups: test
file: |
A.apk
B.apk
C.apk
Is there any way to upload the above 3 APK's to the Firebase
Getting below error:-
Error: Unsupported file format, should be .ipa, .apk or .aab
wzieba commented
Unfortunately, I don't see Firebase CLI allowing such an option, so it's likely not possible. You can always call the action 3 times, each time for a separate file.