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 b77c1ca commit 4a196a7Copy full SHA for 4a196a7
‎.github/workflows/workflow.yml
@@ -205,7 +205,7 @@ jobs:
205
$repo = $env:GITHUB_REPOSITORY
206
$runId = $env:GITHUB_RUN_ID
207
gh run download $runId --repo $repo --pattern *-TestResults
208
- $files = Get-ChildItem -Path . -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object
+ $files = Get-ChildItem -Path . -Recurse -File
209
$files | Format-Table -AutoSize | Out-String
210
211
foreach ($file in $files) {
0 commit comments