Skip to content

Commit 24a79e6

Browse files
..
1 parent b765fa7 commit 24a79e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows_navigation_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: List published files
7373
shell: pwsh
7474
run: |
75-
Get-ChildItem -Path "D:\a\TransactionMobile\TransactionMobile\TransactionProcessor.Mobile\bin\Release\net9.0-windows10.0.19041.0" -Recurse -File | Select-Object FullName
75+
Get-ChildItem "D:\a\TransactionMobile\TransactionMobile\TransactionProcessor.Mobile\bin\Release\net9.0-windows10.0.19041.0" -Recurse -File | ForEach-Object { $_.FullName }
7676
7777
- name: Install App
7878
shell: powershell

0 commit comments

Comments
 (0)