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 8, 2024
1 parent 91d275c commit 40198f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
- uses: actions/checkout@v2

- name: Execute Tuist tasks
run: make generate
run: |
make clean
make install
make generate
working-directory: ./OPeace

- name: Run Fastlane QA
Expand Down

0 comments on commit 40198f7

Please sign in to comment.