From 78c58456c5005d1f1ea3624cfd201ccfbf9bc427 Mon Sep 17 00:00:00 2001 From: Roy Date: Sun, 1 Sep 2024 01:19:27 +0900 Subject: [PATCH] Update uploadTestflight.yml --- .github/workflows/uploadTestflight.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/uploadTestflight.yml b/.github/workflows/uploadTestflight.yml index dcf6523..9be86d0 100644 --- a/.github/workflows/uploadTestflight.yml +++ b/.github/workflows/uploadTestflight.yml @@ -21,12 +21,12 @@ jobs: - name: Install Mise run: curl https://mise.run | sh - - name: Uninstall Deprecated Tuist - run: curl -Ls https://uninstall.tuist.io | bash + # - 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 + # # Install Tuist using the new installation method + # - 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