We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7a3cc commit 5576435Copy full SHA for 5576435
.github/workflows/main.yml
@@ -139,7 +139,7 @@ jobs:
139
- name: Pack test results
140
working-directory: ${{ github.workspace }}/../
141
run: |
142
- tar cJf ./swift/swift-test-results.tar.gz target-build/*/swift-macosx-x86_64/swift-test-results
+ tar cJf ./swift/swift-test-results.tar.gz target-build/swift-stdlib-wasi-wasm32/swift-test-results
143
- name: Upload test results
144
uses: actions/upload-artifact@v1
145
with:
0 commit comments