use call operator to start second command

This commit is contained in:
Armin Schrenk
2021-08-03 17:41:13 +02:00
parent e8a163b36d
commit 0aef7c4a6a

View File

@@ -443,7 +443,7 @@ jobs:
- name: Create MSI
run: |
$Env:JpackageWixWizardResources = (Get-Location).Path + "\dist\win\resources"
${JAVA_HOME}/bin/jpackage `
& ${JAVA_HOME}/bin/jpackage `
--verbose `
--type msi `
--win-upgrade-uuid bda45523-42b1-4cae-9354-a45475ed4775 `