Skip to content

Commit 201e129

Browse files
committed
build: add action runner stub for Flipcash
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 3cda858 commit 201e129

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ platform :android do
8080
# mapping: mapping_file_exists() ? Actions.lane_context[SharedValues::GRADLE_MAPPING_TXT_OUTPUT_PATH] : nil
8181
)
8282
end
83-
end
83+
end

0 commit comments

Comments
 (0)