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.
2 parents c21ede2 + 748e907 commit 1cc1bf8Copy full SHA for 1cc1bf8
.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 "::set-output name=msi_installer::build/$msi_name"
90
Write-Output "::set-output name=msi_name::$msi_name"
91
- name: Get release info
0 commit comments