From c6c8bb5ca60e1740879c143602e1bb25dca1a215 Mon Sep 17 00:00:00 2001 From: Ahmed Allam Date: Thu, 6 Aug 2026 18:17:19 +0000 Subject: [PATCH] ci: match Windows backslash paths in the release TUI-sidecar check --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 9b1f267f..c9e05533 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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