diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 4384dec..20283ac 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -37,6 +37,8 @@ jobs: build-android: runs-on: ubuntu-latest needs: version + env: + BUNDLE_GEMFILE: ${{ github.workspace }}/android/Gemfile steps: - uses: actions/checkout@v3 - name: Cache Flutter installation @@ -124,7 +126,9 @@ jobs: ruby-version: 3.3 bundler-cache: true # runs `bundle install` and caches installed gems automatically - name: Deploy to Google Play - alpha track - run: bundle exec fastlane deploy + run: | + cd android + bundle exec fastlane deploy build-ios: runs-on: macos-latest