diff --git a/.github/workflows/fastlane_build_and_deploy_android_app.yaml b/.github/workflows/fastlane_build_and_deploy_android_app.yaml index da98e0b9e..eb136ffd7 100644 --- a/.github/workflows/fastlane_build_and_deploy_android_app.yaml +++ b/.github/workflows/fastlane_build_and_deploy_android_app.yaml @@ -46,7 +46,7 @@ jobs: env: CREDENTIAL_ENCRYPTION_PASSWORD: ${{ secrets.credential_encryption_password }} CREDENTIAL_REPOSITORY_ACCESS_SECRET: ${{ secrets.credential_repository_access_secret }} - BUNDLE_GEMFILE: ${{ inputs.project_path }}/Gemfile + BUNDLE_GEMFILE: ./Gemfile steps: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 @@ -58,10 +58,6 @@ jobs: with: ruby-version: 3.1.0 bundler-cache: true - - name: List files - run: | - pwd - ls -la - name: Configure Ruby run: | bundle install