Skip to content

Commit 8ea77f7

Browse files
Update VAD-compile-and-sign.yml
1 parent 646c2d8 commit 8ea77f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/VAD-compile-and-sign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ 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" }
151-
& $inf2catPath /driver:"$packageDir" /os:"$osArch" /verbose
150+
$osParam = if ("${{ matrix.platform }}" -eq "ARM64") { "10_ARM64,10_16299_ARM64" } else { "10_X64,10_16299_X64,10_17134_X64,10_17763_X64,10_18362_X64,10_19041_X64,10_22000_X64" }
151+
& $inf2catPath /driver:"$packageDir" /os:$osParam /verbose
152152
Write-Host "Catalog generation completed"
153153
} else {
154154
Write-Host "WARNING: inf2cat.exe not found or INF file missing"

0 commit comments

Comments
 (0)