fix(ci): smoke test linux binary from subdirectory, not root .exe
CI / Build & Test (push) Successful in 34s

Made-with: Cursor
This commit is contained in:
Raven Scott
2026-02-27 18:27:31 -05:00
parent 2ac847559f
commit 321dfc9156
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -82,9 +82,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
+1 -3
View File
@@ -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