wzieba / Firebase-Distribution-Github-Action

This action uploads artifacts (.apk or .ipa) to Firebase App Distribution.
MIT License
370 stars 77 forks source link

mutitple groups for firebase distribution #119

Open nunonam opened 12 months ago

nunonam commented 12 months ago

I want to distribute to multiple groups.

for example)

as-is :

groups: beta

to-be :

groups: beta, alpha

comma is not working. how can i do this?

frankkubista commented 11 months ago

I think this should work https://github.com/wzieba/Firebase-Distribution-Github-Action/discussions/42