Skip to content

Commit 9146735

Browse files
Made a correction again on build output
1 parent 787109d commit 9146735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-vi-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ jobs:
234234
id: find_vip
235235
shell: pwsh
236236
run: |
237-
$vipFile = Get-ChildItem -Path "builds/VI Package" -Filter "*.vip" -ErrorAction Stop | Select-Object -First 1
237+
$vipFile = Get-ChildItem -Path "builds" -Filter "*.vip" -ErrorAction Stop | Select-Object -First 1
238238
if (-not $vipFile) {
239-
Write-Host "No .vip file found in builds/VI Package!"
239+
Write-Host "No .vip file found in builds!"
240240
exit 1
241241
}
242242
Write-Host "Discovered VIP File: $($vipFile.FullName)"

0 commit comments

Comments
 (0)