Skip to content

Commit

Permalink
Update ios-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loinsir authored Nov 23, 2023
1 parent d227375 commit 264b050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Archive
run: |
mkdir artifacts
xcodebuild archive -project Layover.xcodeproj -scheme Layover -destination 'generic/platform=iOS' -configuration Release -archivePath Layover.xcarchive -skipPackagePluginValidation -skipMacroValidation CODE_SIGN_IDENTITY="Apple Development: Inhwan Kim (Codesquad Inc.)"
xcodebuild archive -project Layover.xcodeproj -scheme Layover -destination 'generic/platform=iOS' -configuration Release -archivePath Layover.xcarchive -skipPackagePluginValidation -skipMacroValidation -allowProvisioningUpdates"
- name: Export
run: |
xcodebuild -exportArchive -archivePath Layover.xcarchive -exportOptionsPlist ExportOptions.plist -exportPath "$XC_EXPORT_PATH" -skipPackagePluginValidation -skipMacroValidation
Expand Down

0 comments on commit 264b050

Please sign in to comment.