forked from mirrors/kingfisher
Fixed issues in response to code review
This commit is contained in:
parent
d3dbb16d66
commit
77d951da1a
3 changed files with 54 additions and 60 deletions
2
.github/workflows/pypi.yml
vendored
2
.github/workflows/pypi.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue