We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0962f01 commit 2f2c5a7Copy full SHA for 2f2c5a7
1 file changed
.github/workflows/build-fc-upload-android-internal
@@ -0,0 +1,12 @@
1
+name: Flipchat Build and Deploy (Internal)
2
+
3
+env:
4
+ # The name of the main module repository
5
+ main_project_module: flipchatApp
6
7
+ # The name of the Play Store
8
+ playstore_name: Flipchat
9
10
+on:
11
+ # Allows you to run this workflow manually from the Actions tab
12
+ workflow_dispatch:
0 commit comments