fix(ci): smoke test linux binary from subdirectory, not root .exe
CI / Build & Test (push) Successful in 34s
CI / Build & Test (push) Successful in 34s
Made-with: Cursor
This commit is contained in:
@@ -54,9 +54,7 @@ jobs:
|
||||
BIN=""
|
||||
for candidate in \
|
||||
"releases/${HOST}/holesail-browser-host" \
|
||||
"releases/${HOST}/holesail-browser-host.exe" \
|
||||
"releases/holesail-browser-host" \
|
||||
"releases/holesail-browser-host.exe"; do
|
||||
"releases/${HOST}/holesail-browser-host.exe"; do
|
||||
if [ -f "$candidate" ]; then
|
||||
BIN="$candidate"
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user