Skip to content

Commit

Permalink
PIA-0000: Make sure artifacts dir exists before moving ipa (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-said-rehouni authored May 10, 2024
1 parent 404bfb7 commit 1983f78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios_testflight_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- name: Set up certificates and profiles
run: bundle exec fastlane get_profiles > /dev/null 2>&1

- name: Upload version to TestFlight
run: bundle exec fastlane testflight_build

- name: Create artifacts dir
run: mkdir artifacts

- name: Upload version to TestFlight
run: bundle exec fastlane testflight_build

- name: Upload production ipa file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1983f78

Please sign in to comment.