Skip to content

Commit 2da2de8

Browse files
committed
Renamed "listAllFolders and directories" to "listAllDirectories and file" and updated the run command accordingly.
1 parent a3d86f0 commit 2da2de8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
with:
6565
fetch-depth: 0
6666

67-
- name: List all folders and directories
67+
- name: List all directories and files
6868
shell: pwsh
6969
run: |
70-
Get-ChildItem -Recurse -Directory | Select-Object FullName | Format-Table -AutoSize
70+
Get-ChildItem -Recurse | Select-Object FullName | Format-Table -AutoSize
7171
7272
- name: Install .NET Core
7373
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)