From b50b12c82ff4cc8c9adad14f751c7dc2c112aac3 Mon Sep 17 00:00:00 2001 From: hasan Date: Mon, 15 Jul 2024 15:21:15 +0300 Subject: [PATCH] NEW UPDATE --- .../android_fastlane_firebase_app_distribution_workflow.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android_fastlane_firebase_app_distribution_workflow.yml b/.github/workflows/android_fastlane_firebase_app_distribution_workflow.yml index 8f61be3..af77400 100644 --- a/.github/workflows/android_fastlane_firebase_app_distribution_workflow.yml +++ b/.github/workflows/android_fastlane_firebase_app_distribution_workflow.yml @@ -29,7 +29,7 @@ jobs: with: ruby-version: "3.2.3" bundler-cache: true - working-directory: C:/Users/owner/doctor/android/ + working-directory: C:/Users/owner/doctor/android/Doctor_app # Adjust this path to your project's root env: GEM_HOME: ${{ runner.temp }}/bundle BUNDLE_PATH: vendor/bundle @@ -38,8 +38,7 @@ jobs: - name: Debug Current Directory run: | - Set-Location C:/Users/owner/doctor/android/ - Get-ChildItem -Force + dir C:/Users/owner/doctor/android/Doctor_app # List files in the project directory - name: Add x86_64-linux platform to Gemfile.lock run: |