Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MojitoBar authored Dec 22, 2023
1 parent b442d5e commit 3c477f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,10 @@ jobs:
done
- name: Archive app
run: |
xcodebuild -scheme $XC_SCHEME \
xcodebuild clean archive -scheme $XC_SCHEME \
-archivePath $XC_ARCHIVE \
-configuration release \
-destination generic/platform=iOS \
clean archive
-destination 'platform=iOS Simulator,name=iPhone 13,OS=latest'
- name: Export app
run: |
xcodebuild -exportArchive -archivePath $XC_ARCHIVE -exportOptionsPlist ExportOptions.plist -exportPath . -allowProvisioningUpdates -authenticationKeyID ${{ secrets.APPSTORE_API_KEY_ID }} -authenticationKeyIssuerID ${{ secrets.APPSTORE_ISSUER_ID }}
Expand Down

0 comments on commit 3c477f0

Please sign in to comment.