Compare commits

...

1 Commits

Author SHA1 Message Date
Ahmed Allam
ad6df0b95c ci: match Windows backslash paths in the release TUI-sidecar check 2026-08-06 18:17:19 +00:00

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