Skip to content

Commit b69c7ed

Browse files
committed
build: add action runner stub for Flipcash
Signed-off-by: Brandon McAnsh <[email protected]>
1 parent 3cda858 commit b69c7ed

File tree

4 files changed

+13
-84
lines changed

4 files changed

+13
-84
lines changed
File renamed without changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Flipcash Build and Deploy
2+
3+
env:
4+
# The name of the main module repository
5+
main_project_module: apps:flipcash:app
6+
7+
# The name of the Play Store
8+
playstore_name: Flipcash
9+
10+
on:
11+
# Allows you to run this workflow manually from the Actions tab
12+
workflow_dispatch:

.github/workflows/build-fc-upload-android-internal.yml renamed to .github/workflows/build-fchat-upload-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Flipchat Build and Deploy (Internal)
22

33
env:
44
# The name of the main module repository
5-
main_project_module: flipchatApp
5+
main_project_module: apps:flipchat
66

77
# The name of the Play Store
88
playstore_name: Flipchat

fastlane/Fastfile

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)