From fa1b78728d47b9423f04613360bc8842edc0e916 Mon Sep 17 00:00:00 2001 From: Roy Date: Sun, 1 Sep 2024 01:44:58 +0900 Subject: [PATCH] Update uploadTestflight.yml --- .github/workflows/uploadTestflight.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/uploadTestflight.yml b/.github/workflows/uploadTestflight.yml index 67a3897..c1f92cb 100644 --- a/.github/workflows/uploadTestflight.yml +++ b/.github/workflows/uploadTestflight.yml @@ -35,11 +35,11 @@ jobs: # Install a specific version of Tuist using Mise - name: Install Specific Tuist Version - run: mise install tuist@4.20.0 + run: mise install tuist@4.50.0 # Use the installed Tuist version globally - name: Use Specific Tuist Version Globally - run: mise use -g tuist@4.20.0 + run: mise use -g tuist@4.25.0 # Verify Tuist installation and add Tuist to PATH - name: Verify Tuist Installation @@ -61,7 +61,7 @@ jobs: # Check if Tuist is available and verify the version which tuist - tuist --version + tuist version # Install Fastlane using Homebrew