Skip to content

Commit 2a961a6

Browse files
committed
Improve output directory listing in CI workflow
1 parent 9d838c2 commit 2a961a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,11 @@ jobs:
102102
run: |
103103
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
104104
105-
- shell: pwsh
105+
- name: List files in output directory
106+
shell: pwsh
106107
working-directory: ${{env.output_directory}}
107108
run: |
108-
ls
109+
Get-ChildItem -Path ${{env.output_directory}}
109110
110111
- name: Upload App Package
111112
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)