diff --git a/.github/workflows/release-packages.yaml b/.github/workflows/release-packages.yaml index 403fc91fc3a..4d011e988b5 100644 --- a/.github/workflows/release-packages.yaml +++ b/.github/workflows/release-packages.yaml @@ -85,7 +85,7 @@ jobs: Set-Location build $cpack = "$(Split-Path -Parent (Get-Command cmake).Source)\cpack.exe" & $cpack . -C Release - $msi_name = (Get-ChildItem -name *.msi).Name + $msi_name = Get-ChildItem -Filter *.msi -Name Write-Output "::set-output name=msi_installer::build/$msi_name" Write-Output "::set-output name=msi_name::$msi_name" - name: Get release info