From 192ef35c1e3d6b74431436a03fc5d24745553f39 Mon Sep 17 00:00:00 2001 From: Roy Date: Sun, 1 Sep 2024 02:25:39 +0900 Subject: [PATCH] Update uploadTestflight.yml --- .github/workflows/uploadTestflight.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/uploadTestflight.yml b/.github/workflows/uploadTestflight.yml index 71b440a..5428437 100644 --- a/.github/workflows/uploadTestflight.yml +++ b/.github/workflows/uploadTestflight.yml @@ -98,8 +98,8 @@ jobs: - name: Run Fastlane QA run: | export PATH="$HOME/.local/share/mise/shims:$PATH" # Ensure PATH is updated in each step - fastlane match development --readonly - fastlane match appstore --readonly + bundle exec fastlane match development --readonly + bundle exec fastlane match appstore --readonly bundle exec fastlane QA working-directory: ./OPeace env: