diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index a3a610f4..9c218944 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -87,6 +87,8 @@ jobs: name: Create Google Play release runs-on: ubuntu-22.04 environment: gplay-production + env: + BUNDLE_GEMFILE: ${{ github.workspace }}/fastlane/Gemfile steps: - name: Decode Keystore env: @@ -122,6 +124,7 @@ jobs: with: ruby-version: 3.3.6 bundler-cache: true + working-directory: fastlane - name: Assemble beta and upload to Google Play if: contains(github.ref_name, '-beta') && !(github.event_name == 'workflow_dispatch' && inputs.dry_run) diff --git a/Gemfile b/fastlane/Gemfile similarity index 100% rename from Gemfile rename to fastlane/Gemfile diff --git a/Gemfile.lock b/fastlane/Gemfile.lock similarity index 100% rename from Gemfile.lock rename to fastlane/Gemfile.lock