Fixed issues in response to code review

This commit is contained in:
Mick Grove 2026-02-06 21:09:51 -08:00
commit 77d951da1a
3 changed files with 54 additions and 60 deletions

View file

@ -71,7 +71,7 @@ jobs:
done
mkdir -p extracted/bin
for bin in $(find extracted -type f -name "kingfisher" -o -name "kingfisher.exe"); do
for bin in $(find extracted -type f \( -name "kingfisher" -o -name "kingfisher.exe" \)); do
chmod +x "$bin" || true
done