File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147
148148 if ($inf2catPath -and (Test-Path $infFile)) {
149149 Write-Host "Found inf2cat at: $inf2catPath"
150- $osArch = if (${{ matrix.platform }} -eq "ARM64") { "10_ARM64" } else { "10_x64" }
150+ $osArch = if (" ${{ matrix.platform }}" -eq "ARM64") { "10_ARM64" } else { "10_x64" }
151151 & $inf2catPath /driver:"$packageDir" /os:"$osArch" /verbose
152152 Write-Host "Catalog generation completed"
153153 } else {
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147
148148 if ($inf2catPath -and (Test-Path $infFile)) {
149149 Write-Host "Found inf2cat at: $inf2catPath"
150- $osArch = if (${{ matrix.platform }} -eq "ARM64") { "10_ARM64" } else { "10_x64" }
150+ $osArch = if (" ${{ matrix.platform }}" -eq "ARM64") { "10_ARM64" } else { "10_x64" }
151151 & $inf2catPath /driver:"$packageDir" /os:"$osArch" /verbose
152152 Write-Host "Catalog generation completed"
153153 } else {
You can’t perform that action at this time.
0 commit comments