feat: 在 GitHub Actions 工作流中添加 tree 命令以列出 hostedtoolcache 目录结构

This commit is contained in:
严浩
2024-10-14 10:54:05 +08:00
parent ea235bf784
commit f7e317688b

View File

@ -71,4 +71,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: ls -lha /opt/hostedtoolcache
- run: ls -lha /opt/hostedtoolcache/node/
- run: ls -lha /opt/hostedtoolcache/node/
- run: tree /opt/hostedtoolcache