You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added CurseForge-specific modpack zip generation with a manifest.json and overrides/ layout, replacing the previous full-overrides zip upload artifact path.
Updated CurseForge artifact selection and package output naming to use publish/curseforge/**/*-curseforge.zip.
Added validation for CurseForge modpack zips, including manifest type/version, Minecraft version, mod loader metadata, and overrides folder presence.
Split real release uploads for --platform both so Modrinth and CurseForge uploads are handled explicitly after the dry-run gate.
Removed the now-unused allow_full_overrides_zip publishing config flag.