Skip to content

Commit

Permalink
Upload xcodeproj file
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Jun 5, 2024
1 parent 5997d00 commit 532f80b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ios_prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ jobs:
security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
rm ~/Library/MobileDevice/Provisioning\ Profiles/build_pp.mobileprovision
- name: Upload project file
if: always()
uses: actions/upload-artifact@v4
with:
path: /iosApp/iosApp.xcodeproj

- name: Upload app to TestFlight
env:
API_KEY: ${{ secrets.APP_STORE_KEY_ID }}
Expand Down

0 comments on commit 532f80b

Please sign in to comment.