mirror of
https://github.com/usestrix/strix.git
synced 2026-08-20 02:23:35 +02:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad6df0b95c |
@@ -70,7 +70,7 @@ jobs:
|
|||||||
TUI_NAME="strix-tui"
|
TUI_NAME="strix-tui"
|
||||||
dist/strix --version
|
dist/strix --version
|
||||||
fi
|
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
|
if [[ "${{ matrix.target }}" == "linux-arm64" ]]; then
|
||||||
file dist/strix
|
file dist/strix
|
||||||
|
|||||||
Reference in New Issue
Block a user