mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-08-28 22:30:15 +02:00
fix leftover script
This commit is contained in:
parent
1249f8b168
commit
7705949f3f
1
.github/workflows/optimize-images.yml
vendored
1
.github/workflows/optimize-images.yml
vendored
@ -24,7 +24,6 @@ jobs:
|
||||
while IFS= read -r -d '' file; do
|
||||
echo "Compressing: $file"
|
||||
if ! optipng -o7 -nc "$file" >/dev/null 2>&1; then
|
||||
echo "FAILED: $file (exit code $STATUS)"
|
||||
FAILED_FILES+="$file"$'\n'
|
||||
fi
|
||||
done < <(find . -type f -name "*.png" ! -path "./.git/*" -print0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user