Skip to content

Commit 44f17bc

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 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/ios-cocoapods.xcresult
27+
path: test-results
2828
verify-carthage-iOS:
2929
runs-on: macos-latest
3030
timeout-minutes: 20
@@ -48,7 +48,7 @@ jobs:
4848
if: always()
4949
with:
5050
name: test-report-carthage-iOS
51-
path: test-results/ios-carthage.xcresult
51+
path: test-results
5252
verify-SPM-iOS:
5353
runs-on: macos-latest
5454
timeout-minutes: 20
@@ -87,7 +87,7 @@ jobs:
8787
if: always()
8888
with:
8989
name: test-report-manual-xcframework-iOS
90-
path: test-results/ios-xcframework.xcresult
90+
path: test-results
9191
verify-manually-with-StaticFramework-iOS:
9292
runs-on: macos-latest
9393
timeout-minutes: 20
@@ -107,7 +107,7 @@ jobs:
107107
if: always()
108108
with:
109109
name: test-report-manual-static-iOS
110-
path: test-results/ios-static-framework.xcresult
110+
path: test-results
111111
verify-cocoapods-tvOS:
112112
runs-on: macos-latest
113113
timeout-minutes: 20
@@ -127,7 +127,7 @@ jobs:
127127
if: always()
128128
with:
129129
name: test-report-cocoapods-tvOS
130-
path: test-results/tvOS-cocoapods.xcresult
130+
path: test-results
131131
verify-carthage-tvOS:
132132
runs-on: macos-latest
133133
timeout-minutes: 20
@@ -160,4 +160,4 @@ jobs:
160160
if: always()
161161
with:
162162
name: test-report-manual-xcframework-tvOS
163-
path: test-results/tvOS-xcframework.xcresult
163+
path: test-results

0 commit comments

Comments
 (0)