We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f3049 commit bd9cf9aCopy full SHA for bd9cf9a
.github/workflows/test-win-exe-w-embed-py.yaml
@@ -188,7 +188,10 @@ jobs:
188
./wix/candle.exe installer.wxs app_files.wxs python_runtime.wxs python_packages.wxs
189
190
- name: List .wixobj files
191
- run: dir *.wixobj /s
+ shell: pwsh
192
+ run: |
193
+ Get-ChildItem -Path . -Filter *.wixobj -Recurse
194
+
195
196
- name: Link MSI
197
run: |
0 commit comments