Skip to content

Commit 95f3049

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ jobs:
187187
run: |
188188
./wix/candle.exe installer.wxs app_files.wxs python_runtime.wxs python_packages.wxs
189189
190+
- name: List .wixobj files
191+
run: dir *.wixobj /s
192+
190193
- name: Link MSI
191194
run: |
192195
./wix/light.exe -ext WixUIExtension -o ${APP_NAME}.msi installer.wixobj app_files.wixobj python_runtime.wixobj python_packages.wixobj

0 commit comments

Comments
 (0)