We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e432658 commit 378d0afCopy full SHA for 378d0af
.github/workflows/release-packages.yaml
@@ -85,7 +85,7 @@ jobs:
85
Set-Location build
86
$cpack = "$(Split-Path -Parent (Get-Command cmake).Source)\cpack.exe"
87
& $cpack . -C Release
88
- $msi_name = (Get-ChildItem -name *.msi).Name
+ $msi_name = Get-ChildItem -Filter *.msi -Name
89
Write-Output "MSI Name = $msi_name"
90
Write-Output "::set-output name=msi_installer::build/$msi_name"
91
Write-Output "::set-output name=msi_name::$msi_name"
0 commit comments