Skip to content

Commit bd9cf9a

Browse files
authored
Update test-win-exe-w-embed-py.yaml
1 parent 95f3049 commit bd9cf9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-win-exe-w-embed-py.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,10 @@ jobs:
188188
./wix/candle.exe installer.wxs app_files.wxs python_runtime.wxs python_packages.wxs
189189
190190
- name: List .wixobj files
191-
run: dir *.wixobj /s
191+
shell: pwsh
192+
run: |
193+
Get-ChildItem -Path . -Filter *.wixobj -Recurse
194+
192195
193196
- name: Link MSI
194197
run: |

0 commit comments

Comments
 (0)