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 c5db03d commit 5d00fb0Copy full SHA for 5d00fb0
.github/workflows/main.yml
@@ -141,7 +141,7 @@ jobs:
141
- name: Pack test results
142
working-directory: ${{ github.workspace }}/../
143
run: |
144
- 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
145
- name: Upload test results
146
uses: actions/upload-artifact@v1
147
with:
0 commit comments