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 Sep 7, 2024
1 parent f025e1c commit 3531dd1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ jobs:
working-directory: ./OPeace

# Execute Tuist commands: clean, install dependencies, and generate the project
- name: Execute Tuist tasks
run: |
export PATH="$HOME/.local/share/mise/shims:$PATH" # Ensure PATH is updated in each step
tuist clean
tuist install
tuist generate
working-directory: ./OPeace
# - name: Execute Tuist tasks
# run: |
# export PATH="$HOME/.local/share/mise/shims:$PATH" # Ensure PATH is updated in each step
# tuist clean
# tuist install
# tuist generate
# working-directory: ./OPeace

# Run Fastlane with the specified environment variables for deployment
# Run Fastlane with the specified environment variables for deployment
Expand Down

0 comments on commit 3531dd1

Please sign in to comment.