Skip to content

Commit af7a421

Browse files
committed
change drive
1 parent f6f1b5b commit af7a421

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ jobs:
9292
if: always()
9393
run: |
9494
ls
95-
mkdir C:/ci-logs
96-
cp ./strace* C:/ci-logs
95+
mkdir D:/ci-logs
96+
cp ./strace* D:/ci-logs
9797
- uses: actions/upload-artifact@v1
9898
if: always()
9999
with:
100-
path: C:/ci-logs
100+
path: D:/ci-logs
101101
name: tests-trace
102102

103103
nightly-checks:

0 commit comments

Comments
 (0)