Skip to content

Commit

Permalink
Update uploadTestflight.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-wonji authored Aug 31, 2024
1 parent 5e1e0a6 commit fa1b787
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -61,7 +61,7 @@ jobs:
# Check if Tuist is available and verify the version
which tuist
tuist --version
tuist version
# Install Fastlane using Homebrew
Expand Down

0 comments on commit fa1b787

Please sign in to comment.