We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f61efa commit 616c09dCopy full SHA for 616c09d
.github/workflows/test-win-exe-w-embed-py.yaml
@@ -189,9 +189,7 @@ jobs:
189
190
- name: Link MSI
191
run: |
192
- ./wix/light.exe -ext WixUIExtension `
193
- -o ${APP_NAME}.msi `
194
- installer.wixobj app_files.wixobj python_runtime.wixobj python_packages.wixobj
+ ./wix/light.exe -ext WixUIExtension -o ${APP_NAME}.msi installer.wixobj app_files.wixobj python_runtime.wixobj python_packages.wixobj
195
196
# ----------------------------------------------------------------------
197
# Upload artifact
0 commit comments