fix: auto-release Step 8 uses joomla_build.php — not universal #173
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
auto-release.yml Step 8 calls
joomla_build.phpwhich is Joomla-specific. Non-Joomla repos (Dolibarr, generic, MCP) either fail or skip packaging entirely.Solution
Replace with
release_package.phpwhich already handles all platforms via manifest.xml detection.Files
Branch created:
feature/173-fix-auto-release-step-8-uses-joomla-buil