ci: match Windows backslash paths in the release TUI-sidecar check

This commit is contained in:
Ahmed Allam
2026-08-06 21:26:23 +03:00
committed by Ahmed Allam
parent 28747e682e
commit c6c8bb5ca6
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
TUI_NAME="strix-tui"
dist/strix --version
fi
uv run pyi-archive_viewer -l "$PYI_BINARY" | grep "strix/bin/$TUI_NAME" >/dev/null
uv run pyi-archive_viewer -l "$PYI_BINARY" | grep -E "strix[/\\]bin[/\\]$TUI_NAME" >/dev/null
if [[ "${{ matrix.target }}" == "linux-arm64" ]]; then
file dist/strix