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 b11afbb commit 49c4b50Copy full SHA for 49c4b50
.github/workflows/list-files.yml
@@ -9,4 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
- - run: ls -lah
+ - run: tree -sno tree.txt --du
13
+ - uses: actions/upload-artifact@v4
14
+ with:
15
+ path: tree.txt
0 commit comments