fix: PowerShell parse error — colon in string literal
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 3m46s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell 2026-03-25 13:01:56 -04:00
parent d98600a319
commit 543bf6b56d

View File

@ -188,7 +188,7 @@ jobs:
Write-Host "=== Update manifest uploaded ==="
} else {
Write-Host "WARNING: No .sig file found — update signing may have failed"
Write-Host "Sig files found:"
Write-Host "Sig files found"
Get-ChildItem -Recurse src-tauri\target\release\bundle\nsis\*.sig
}