Skip to content

Commit 16257c4

Browse files
author
jeffyanta
authored
Merge pull request #596 from code-payments/build/setup-ci-for-fcash
build: add action runner stub for Flipcash
2 parents 3cda858 + 201e129 commit 16257c4

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
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: 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)