Skip to content

Commit 6f6e25b

Browse files
committed
change log location
1 parent a8ab52c commit 6f6e25b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ jobs:
123123
if: always()
124124
run: |
125125
ls
126-
mkdir D:/ci-logs
127-
cp ./strace* D:/ci-logs
128-
ls D:/ci-logs
126+
mkdir ./ci-logs
127+
cp ./strace* ./ci-logs
128+
ls ./ci-logs
129129
- uses: actions/upload-artifact@v1
130130
if: always()
131131
with:
132-
path: D:/ci-logs
132+
path: ./ci-logs
133133
name: tests-ntcalls
134134

135135
nightly-checks:

0 commit comments

Comments
 (0)