We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616c09d commit 95f3049Copy full SHA for 95f3049
.github/workflows/test-win-exe-w-embed-py.yaml
@@ -187,6 +187,9 @@ jobs:
187
run: |
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
192
+
193
- name: Link MSI
194
195
./wix/light.exe -ext WixUIExtension -o ${APP_NAME}.msi installer.wixobj app_files.wixobj python_runtime.wixobj python_packages.wixobj
0 commit comments