Skip to content

Commit 3e8e719

Browse files
Set working-directory
1 parent c761902 commit 3e8e719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ jobs:
134134
name: macos-installable
135135
path: ../swift-wasm-DEVELOPMENT-SNAPSHOT-osx.tar.gz
136136
- name: Pack test results
137+
working-directory: ${{ github.workspace }}/../
137138
run: |
138-
cd ../
139-
tar cJf swift-test-results.tar.gz target-build/*/swift-macosx-x86_64/swift-test-results
139+
tar cJf ./swift/swift-test-results.tar.gz target-build/*/swift-macosx-x86_64/swift-test-results
140140
- name: Upload test results
141141
uses: actions/upload-artifact@v1
142142
with:

0 commit comments

Comments
 (0)