Skip to content

Commit 616c09d

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,7 @@ jobs:
189189
190190
- name: Link MSI
191191
run: |
192-
./wix/light.exe -ext WixUIExtension `
193-
-o ${APP_NAME}.msi `
194-
installer.wixobj app_files.wixobj python_runtime.wixobj python_packages.wixobj
192+
./wix/light.exe -ext WixUIExtension -o ${APP_NAME}.msi installer.wixobj app_files.wixobj python_runtime.wixobj python_packages.wixobj
195193
196194
# ----------------------------------------------------------------------
197195
# Upload artifact

0 commit comments

Comments
 (0)