Skip to content

Commit

Permalink
Fix android deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Mar 5, 2024
1 parent 7d5a339 commit 1e4a1fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- uses: subosito/flutter-action@v2
name: Set up Flutter SDK
with:
flutter-version: 3.7.7
channel: 'stable'
cache: true

Expand Down Expand Up @@ -78,7 +77,6 @@ jobs:
- name: Set up Flutter SDK
uses: subosito/flutter-action@v2
with:
flutter-version: 3.7.7
channel: 'stable'
cache: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
echo $APKSIGN_KEYSTORE_BASE64 | base64 -di > release.jks
export APKSIGN_KEYSTORE=`pwd`/release.jks
cd android
gem install bundler
bundle install
gem install bundler -v 2.4.22
bundle install
echo $APP_PLAY_SERVICE_JSON > google_play_api_key.json
bundle exec fastlane supply init --track internal
bundle exec fastlane upload_internal versionName:$buildName versionCode:$buildNumber

0 comments on commit 1e4a1fa

Please sign in to comment.