Skip to content

Commit

Permalink
working directory added
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Mar 30, 2024
1 parent 457f0a9 commit 2f57ace
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/flutter_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,20 +119,18 @@ jobs:
restore-keys: '${{ runner.os }}-gems-'

- name: Download bundle dependencies
with:
path: android/
run: |
gem install bundler:2.3.20
bundle config path vendor/bundle
bundle install
working-directory: android/
run: |
gem install bundler:2.3.20
bundle config path vendor/bundle
bundle install
- name: Release to Google Play
env:
SUPPLY_PACKAGE_NAME: '${{ secrets.ANDROID_PACKAGE_NAME }}'
SUPPLY_JSON_KEY_DATA: '${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }}'
with:
path: android/
run: bundle exec fastlane android deploy
working-directory: android/
run: bundle exec fastlane android deploy

release-macos:
runs-on: macos-latest
Expand Down

0 comments on commit 2f57ace

Please sign in to comment.