Browse Source

use call operator to start second command

Armin Schrenk 3 years ago
parent
commit
0aef7c4a6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -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 `