Skip to content

Commit c5af35b

Browse files
committed
Update pre-release-qa.yml
1 parent a8be33b commit c5af35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-release-qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
CODE_SIGNING_REQUIRED=NO \
116116
PROVISIONING_PROFILE_SPECIFIER="" \
117117
DEVELOPMENT_TEAM="" \
118-
-resultBundlePath ../../test-results/ios-xcframework.xcresult \
118+
-resultBundlePath ../../test-results/ios-xcframework.xcresult \
119119
clean test
120120
- name: Upload test report
121121
uses: actions/upload-artifact@v4
@@ -137,7 +137,7 @@ jobs:
137137
xcodebuild -scheme static-xcframework
138138
cd SDKIntegrationTestApps/iOSReleaseTest-Manual-Static/
139139
xcodebuild -configuration Debug \
140-
-scheme iOSReleaseTest -project iOSReleaseTest.xcodeproj \
140+
-scheme iOSReleaseTest -project iOSReleaseTest.xcodeproj \
141141
-sdk iphonesimulator \
142142
-destination "$DESTINATION" \
143143
CODE_SIGNING_ALLOWED=NO \

0 commit comments

Comments
 (0)