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 401c4c4 commit eada983
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ jobs:
# mise doctor
# Install a specific version of Tuist using Mise
- name: Install Specific Tuist Version
run: mise install [email protected]
- name: Verify Tuist Installation
run: |
echo 'export PATH="$HOME/.tuist/bin:$PATH"' >> $GITHUB_ENV
export PATH="$HOME/.tuist/bin:$PATH" # Immediately update the PATH for this session
tuist --version
# Use the installed Tuist version globally
- name: Use Specific Tuist Version Globally
Expand Down

0 comments on commit eada983

Please sign in to comment.