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 a438fae commit a220e6d
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ jobs:
with:
xcode-version: 16.0-beta

# Install Mise tool (ensure it's properly set up)
- name: Install Mise
run: curl https://mise.run | sh
# # Install Mise tool (ensure it's properly set up)
# - name: Install Mise
# run: curl https://mise.run | sh

# # Install Tuist using the new installation method
# - name: Install Tuist
# run: curl -Ls https://install.tuist.io | bash
- name: Install Tuist
run: curl -Ls https://install.tuist.io | bash

# Use Mise to install a specific version of Tuist
- name: Install Specific Tuist Version
run: mise install [email protected]
# - name: Install Specific Tuist Version
# run: mise install [email protected]

# Use the installed Tuist version globally
- name: Use Specific Tuist Version Globally
run: mise use -g [email protected]
# # Use the installed Tuist version globally
# - name: Use Specific Tuist Version Globally
# run: mise use -g [email protected]

# Install Fastlane using Homebrew
- name: Install Fastlane
Expand All @@ -49,8 +49,6 @@ jobs:

- name: Execute Tuist tasks
run: |
curl -Ls https://install.tuist.io | bash
curl -Ls https://uninstall.tuist.io | bash
tuist clean
tuist install
tuist generate
Expand Down

0 comments on commit a220e6d

Please sign in to comment.