Skip to content

Commit

Permalink
Set up CI/CD for android
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Apr 4, 2024
1 parent 7170d4c commit 28cb1c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Android Build APK

on: workflow_dispatch

jobs:

Build android APK:
2 changes: 1 addition & 1 deletion .github/workflows/android_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
cd android
gem install bundler -v 2.4.22
bundle install
echo $APP_PAY_SERVICE_JSON > base64 -di > google_play_api_key.json
echo $APP_PLAY_SERVICE_JSON > base64 -di > google_play_api_key.json
bundle exec fastlane supply init --track internal
bundle exec fastlane upload_internal versionName:$buildName versionCode:$buildNumber
Expand Down

0 comments on commit 28cb1c0

Please sign in to comment.