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 83538a2 commit f6f1b5bCopy full SHA for f6f1b5b
.github/workflows/rust.yml
@@ -91,14 +91,15 @@ jobs:
91
- name: Collect logs
92
if: always()
93
run: |
94
- mkdir /tmp/logs
95
- cp ./strace* /tmp/logs
+ ls
+ mkdir C:/ci-logs
96
+ cp ./strace* C:/ci-logs
97
- uses: actions/upload-artifact@v1
98
99
with:
- path: /tmp/logs
100
+ path: C:/ci-logs
101
name: tests-trace
-
102
+
103
nightly-checks:
104
runs-on: ubuntu-latest
105
steps:
0 commit comments