File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,11 +267,11 @@ jobs:
267267 - name : 📦 Upload Android artifact to Firebase App Distribution
268268 if : (matrix.platform == 'android')
269269 run : |
270- appdistribution:distribute ./ResgridUnit-prod.apk --app ${{ secrets.FIREBASE_ANDROID_APP_ID }} --groups "testers"
270+ firebase appdistribution:distribute ./ResgridUnit-prod.apk --app ${{ secrets.FIREBASE_ANDROID_APP_ID }} --groups "testers"
271271
272272 - name : 📦 Upload iOS artifact to Firebase App Distribution
273273 if : (matrix.platform == 'ios')
274274 run : |
275- appdistribution:distribute ./ResgridUnit-ios-adhoc.ipa --app ${{ secrets.FIREBASE_IOS_APP_ID }} --groups "testers"
275+ firebase appdistribution:distribute ./ResgridUnit-ios-adhoc.ipa --app ${{ secrets.FIREBASE_IOS_APP_ID }} --groups "testers"
276276
277277
You can’t perform that action at this time.
0 commit comments