Skip to content

Commit f6f1b5b

Browse files
committed
change paths
1 parent 83538a2 commit f6f1b5b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,15 @@ jobs:
9191
- name: Collect logs
9292
if: always()
9393
run: |
94-
mkdir /tmp/logs
95-
cp ./strace* /tmp/logs
94+
ls
95+
mkdir C:/ci-logs
96+
cp ./strace* C:/ci-logs
9697
- uses: actions/upload-artifact@v1
9798
if: always()
9899
with:
99-
path: /tmp/logs
100+
path: C:/ci-logs
100101
name: tests-trace
101-
102+
102103
nightly-checks:
103104
runs-on: ubuntu-latest
104105
steps:

0 commit comments

Comments
 (0)