Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/build-fcash-upload-android.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Flipcash Build and Deploy

env:
# The name of the main module repository
main_project_module: apps:flipcash:app

# The name of the Play Store
playstore_name: Flipcash

on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Flipchat Build and Deploy (Internal)

env:
# The name of the main module repository
main_project_module: flipchatApp
main_project_module: apps:flipchat

# The name of the Play Store
playstore_name: Flipchat
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ platform :android do
# mapping: mapping_file_exists() ? Actions.lane_context[SharedValues::GRADLE_MAPPING_TXT_OUTPUT_PATH] : nil
)
end
end
end