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 afeb50b commit a546f33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios_prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ jobs:
- name: Build Archive
run: |
xcodebuild -project ./iosApp/iosApp.xcodeproj \
-target iosApp \
xcodebuild clean archive
-project ./iosApp/iosApp.xcodeproj \
-scheme iosApp \
-archivePath $RUNNER_TEMP/twine.xcarchive \
-sdk iphoneos \
-configuration Release \
-destination generic/platform=iOS \
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 a546f33

Please sign in to comment.