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 3e125be commit a29381e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,19 @@ jobs:
# uses: actions/checkout@v3
# with:
# key: ${{ secrets.MASTER_KEY }}

- name: Install Mise
run: curl https://mise.run | sh
working-directory: ./OPeace
# Corrected indentation for the "Install Tuist" step
- name: Install Tuist
run: curl -Ls https://install.tuist.io | bash
run: mise install tuist@4.25.0
working-directory: ./OPeace

- name : mise Use Tuist
run : mise use -g [email protected]



# Corrected indentation for the "Install Fastlane" step
- name: Install Fastlane
run: brew install fastlane
Expand Down

0 comments on commit a29381e

Please sign in to comment.