Skip to content

Commit

Permalink
Setup CI/CD for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Apr 5, 2024
1 parent d95fae0 commit 6897db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
keychain add-certificates --certificate /tmp/certificate.p12 --certificate-password $DIST_CERTIFICATE_PASSWORD
- name: Setup Code signing settings on Xcode project
run: xcode-project user-profiles
run: xcode-project use-profiles


- name: Build ipa for Distribution
Expand Down

0 comments on commit 6897db3

Please sign in to comment.