Skip to content

Commit 6201106

Browse files
committed
Update pre-release-qa.yml
1 parent b2095c6 commit 6201106

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
@@ -24,7 +24,7 @@ jobs:
2424
if: always()
2525
with:
2626
name: test-report-cocoapods-iOS
27-
path: test-results
27+
path: test-results/ios-cocoapods.xcresult
2828
verify-carthage-iOS:
2929
runs-on: macos-latest
3030
timeout-minutes: 20
@@ -67,7 +67,7 @@ jobs:
6767
if: always()
6868
with:
6969
name: test-report-spm-iOS
70-
path: test-results/ios-spm.xcresult
70+
path: test-results
7171
verify-manually-with-xcframework-iOS:
7272
runs-on: macos-latest
7373
timeout-minutes: 20

0 commit comments

Comments
 (0)