From 2ff3c2b5203d9960cc584671730c0b7e8d405061 Mon Sep 17 00:00:00 2001 From: OroshiX Date: Sun, 29 Sep 2024 23:07:11 +0200 Subject: [PATCH] Fix CI --- .github/workflows/builds.yml | 6 +++++- android/Gemfile.lock | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) 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 diff --git a/android/Gemfile.lock b/android/Gemfile.lock index 36c943a..730e932 100644 --- a/android/Gemfile.lock +++ b/android/Gemfile.lock @@ -210,6 +210,7 @@ GEM PLATFORMS arm64-darwin-22 x64-mingw-ucrt + x86_64-linux DEPENDENCIES fastlane