Skip to content

Commit 49c4b50

Browse files
committed
Update list-files workflow
- Change from ls to tree command - Add result uploading
1 parent b11afbb commit 49c4b50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/list-files.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- run: ls -lah
12+
- run: tree -sno tree.txt --du
13+
- uses: actions/upload-artifact@v4
14+
with:
15+
path: tree.txt

0 commit comments

Comments
 (0)