From 8d8d88325b8ec76ce61d765f8c278c0833477e84 Mon Sep 17 00:00:00 2001 From: OroshiX Date: Mon, 30 Sep 2024 00:26:54 +0200 Subject: [PATCH] Fix CI --- .github/workflows/builds.yml | 6 +++++- android/fastlane | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 0b46c6e..6d29a38 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -126,7 +126,11 @@ jobs: ruby-version: 3.3 bundler-cache: true # runs `bundle install` and caches installed gems automatically - name: Deploy to Google Play - alpha track - run: cd ${{ github.workspace }}/android && bundle exec fastlane deploy + working-directory: ./android + run: | + pwd + ls -l + bundle exec fastlane deploy build-ios: runs-on: macos-latest diff --git a/android/fastlane b/android/fastlane index fd3a53e..534b52d 160000 --- a/android/fastlane +++ b/android/fastlane @@ -1 +1 @@ -Subproject commit fd3a53e8783960c0f370a7793bcf4a1afbe143f8 +Subproject commit 534b52d6783caefa565974a91a7d76428462188b