more pwsh fixes

This commit is contained in:
Armin Schrenk
2021-08-03 18:00:25 +02:00
parent 0aef7c4a6a
commit 5edbfa1967

View File

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