Skip to content

Commit

Permalink
Fix build archive command in ios_prod_release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Jul 25, 2024
1 parent a546f33 commit 5ffec9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ios_prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build Archive
run: |
xcodebuild clean archive
xcodebuild
-project ./iosApp/iosApp.xcodeproj \
-scheme iosApp \
-archivePath $RUNNER_TEMP/twine.xcarchive \
Expand All @@ -76,6 +76,7 @@ jobs:
DEVELOPMENT_TEAM=6XCS8KZXDA \
PROVISIONING_PROFILE=${{ secrets.PROVISION_PROFILE_ID }} \
BUGSNAG_API_KEY=${BUGSNAG_API_KEY} \
clean archive \
CODE_SIGN_IDENTITY="iPhone Distribution: Sasi Kanth (6XCS8KZXDA)"
- name: Export ipa
Expand Down

0 comments on commit 5ffec9a

Please sign in to comment.