Skip to content

Commit 5576435

Browse files
[WASM] Fix test results artifact path
1 parent 4d7a3cc commit 5576435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Pack test results
140140
working-directory: ${{ github.workspace }}/../
141141
run: |
142-
tar cJf ./swift/swift-test-results.tar.gz target-build/*/swift-macosx-x86_64/swift-test-results
142+
tar cJf ./swift/swift-test-results.tar.gz target-build/swift-stdlib-wasi-wasm32/swift-test-results
143143
- name: Upload test results
144144
uses: actions/upload-artifact@v1
145145
with:

0 commit comments

Comments
 (0)