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 fee81af commit 081be44
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 @@ -74,6 +74,6 @@ jobs:
- name: Upload to App Store Connect
run: |
APP_FILE=$(find $(pwd) -name "*.ipa")
APP_FILE=$(find $(pwd) -name "*.ipa")
app-store-connect publish \
--path "$APP_FILE"

0 comments on commit 081be44

Please sign in to comment.