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