We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571b306 commit 8ec6c99Copy full SHA for 8ec6c99
1 file changed
.github/workflows/Matrix XP.yml
@@ -102,12 +102,13 @@ jobs:
102
- name: Artifact downloader
103
uses: actions/download-artifact@v3
104
with:
105
- path: /home/runner/kernels
+ path: ~/kernels
106
107
- name: "✔️ TEST matrix"
108
run: |
109
pwd
110
- ls ~ || true
+ ls -als $(pwd)
111
+ ls ~
112
ls -als /home/runner
113
ls -Rals ~/kernels
114
0 commit comments