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 4904d16 commit a81e376
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 $scheme -configuration release -archivePath Layover.xcarchive -skipPackagePluginValidation -skipMacroValidation
xcodebuild archive -project Layover.xcodeproj -scheme $scheme -configuration Release -archivePath Layover.xcarchive -skipPackagePluginValidation -skipMacroValidation
- name: Export
run: |
xcodebuild -exportArchive -archivePath Layover.xcarchive -exportOptionsPlist ExportOptions.plist -exportPath "$XC_EXPORT_PATH" -skipPackagePluginValidation -skipMacroValidation
Expand Down

0 comments on commit a81e376

Please sign in to comment.