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

This commit is contained in:
Ahmed Allam 2026-08-06 18:17:19 +00:00 committed by Ahmed Allam
parent 28747e682e
commit c6c8bb5ca6

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