Skip to content

Commit d019a15

Browse files
committed
ci: avoid macOS CLI execution in release smoke
1 parent 35051a8 commit d019a15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ jobs:
138138
BIN_DIR="${{ steps.build.outputs.bin_dir }}"
139139
BIN="$BIN_DIR/CodexBarCLI"
140140
echo "BIN=$BIN"
141-
"$BIN" --help
142-
"$BIN" --version
143141
file "$BIN"
144142
if [[ "${{ matrix.platform }}" == "macos" ]]; then
145143
lipo -archs "$BIN" | tr ' ' '\n' | grep -Fx "${{ matrix.asset-arch }}"
146144
else
145+
"$BIN" --help
146+
"$BIN" --version
147147
file "$BIN" | grep -q "${{ matrix.asset-arch }}"
148148
fi
149149

0 commit comments

Comments
 (0)