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 eada983 commit ecd9ed3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
run: mise use -g [email protected]

# Verify Tuist installation and add Tuist to PATH
- name: Verify Tuist Installation
run: |
echo 'export PATH="$HOME/.tuist/bin:$PATH"' >> $GITHUB_ENV
tuist --version
# - name: Verify Tuist Installation
# run: |
# echo 'export PATH="$HOME/.tuist/bin:$PATH"' >> $GITHUB_ENV
# tuist --version

# Install Fastlane using Homebrew
- name: Install Fastlane
Expand All @@ -62,7 +62,7 @@ jobs:
# Execute Tuist commands: clean, install dependencies, and generate the project
- name: Execute Tuist tasks
run: |
tuist clean
# tuist clean
tuist install
tuist generate
working-directory: ./OPeace
Expand Down

0 comments on commit ecd9ed3

Please sign in to comment.