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 a8ab52c commit 6f6e25bCopy full SHA for 6f6e25b
.github/workflows/rust.yml
@@ -123,13 +123,13 @@ jobs:
123
if: always()
124
run: |
125
ls
126
- mkdir D:/ci-logs
127
- cp ./strace* D:/ci-logs
128
- ls D:/ci-logs
+ mkdir ./ci-logs
+ cp ./strace* ./ci-logs
+ ls ./ci-logs
129
- uses: actions/upload-artifact@v1
130
131
with:
132
- path: D:/ci-logs
+ path: ./ci-logs
133
name: tests-ntcalls
134
135
nightly-checks:
0 commit comments