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 e29824d commit c761902Copy full SHA for c761902
.github/workflows/main.yml
@@ -134,7 +134,9 @@ jobs:
134
name: macos-installable
135
path: ../swift-wasm-DEVELOPMENT-SNAPSHOT-osx.tar.gz
136
- name: Pack test results
137
- run: tar cJf swift-test-results.tar.gz ../target-build/*/swift-macosx-x86_64/swift-test-results
+ run: |
138
+ cd ../
139
+ tar cJf swift-test-results.tar.gz target-build/*/swift-macosx-x86_64/swift-test-results
140
- name: Upload test results
141
uses: actions/upload-artifact@v1
142
with:
0 commit comments