diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index eca52b1..2efa79d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -204,7 +204,6 @@ jobs: [ -d "$dir" ] || continue name=$(basename "$dir" | tr -d $'\r\n') - ini=$(find "$dir" -maxdepth 1 -iname "skin.ini" | head -n1 || true) if [ -f "$ini" ]; then line=$(grep -i '^[[:space:]]*Name:' "$ini" | head -n1 || true) @@ -228,7 +227,6 @@ jobs: if [ "${#duplicates[@]}" -gt 0 ]; then echo "⚠️ Duplicate skin.ini Names found:" printf ' • %s\n' "${duplicates[@]}" - exit 1 else echo "✓ No duplicate skin.ini Names detected." fi