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