We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f7f2a commit fc352bfCopy full SHA for fc352bf
.github/workflows/rust.yml
@@ -94,6 +94,7 @@ jobs:
94
ls
95
mkdir D:/ci-logs
96
cp ./strace* D:/ci-logs
97
+ ls D:/ci-logs
98
- uses: actions/upload-artifact@v1
99
if: always()
100
with:
0 commit comments