From 2f40e03c2ea87c2c05f4d52ad834e9e8d01572ab Mon Sep 17 00:00:00 2001 From: OroshiX Date: Mon, 30 Sep 2024 02:06:27 +0200 Subject: [PATCH] CI --- .github/workflows/builds.yml | 5 +++++ android/fastlane | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 35c35b4..c5468d2 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -49,6 +49,11 @@ jobs: with: ruby-version: 3.3 bundler-cache: true # runs `bundle install` and caches installed gems automatically + # TODO: to be removed + - name: Fastlane directory + working-directory: ./android + run: bundle exec fastlane tmp + # end todo to be removed - name: Cache Flutter installation uses: actions/cache@v3 with: diff --git a/android/fastlane b/android/fastlane index d5c522d..a03ef32 160000 --- a/android/fastlane +++ b/android/fastlane @@ -1 +1 @@ -Subproject commit d5c522d9b9a6d03ca32551a167531d621e52bf6c +Subproject commit a03ef322054e6e3fee61ddcc97c9e8a7627dd794