Skip to content

Commit

Permalink
Update build archive command in iOS prod release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Feb 14, 2024
1 parent 6b9a180 commit 52f54ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios_prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ jobs:
- name: Build Archive
run: |
xcodebuild BUGSNAG_API_KEY=${BUGSNAG_API_KEY}
-workspace ./iosApp/iosApp.xcworkspace \
xcodebuild -workspace ./iosApp/iosApp.xcworkspace \
-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)"
Expand Down

0 comments on commit 52f54ab

Please sign in to comment.