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 78c5845 commit 32f8f95
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 @@ -21,9 +21,6 @@ jobs:
- name: Install Mise
run: curl https://mise.run | sh

# - name: Uninstall Deprecated Tuist
# run: curl -Ls https://uninstall.tuist.io | bash

# # Install Tuist using the new installation method
# - name: Install Tuist
# run: curl -Ls https://install.tuist.io | bash
Expand All @@ -47,9 +44,12 @@ jobs:
bundler-cache: true

# Verify available schemes in the workspace
# - name: Uninstall Deprecated Tuist
# run: curl -Ls https://uninstall.tuist.io | bash

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

0 comments on commit 32f8f95

Please sign in to comment.