File Details
v1.2.4
- R
- May 24, 2026
- 125.18 KB
- 3
- 12.0.7+2
- Retail
File Name
BobleLoot-v1.2.4.zip
Supported Versions
- 12.0.7
- 12.0.5
- 12.0.1
BobleLoot
v1.2.4 (2026-05-24)
- v1.2.4: enable CurseForge auto-upload
Add ## X-Curse-Project-ID: 1521965 to the TOC. Without it the BigWigs
packager has CF_API_KEY but no project ID to push to, so it builds
the zip and exits without ever calling the CF API.
This is what was preventing v1.2.0 - v1.2.3 from showing up on the
CurseForge listing.
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com - ci: fail tag workflow when CF_API_KEY is missing
The BigWigs packager treats absent CurseForge credentials as a soft
skip — it builds the zip, logs that CF_API_KEY is empty, and exits
green. That silently bypassed CF uploads for v1.2.0 through v1.2.3.
Add an explicit gate that fails the workflow with a clear error
message when CF_API_KEY is unset, so the failure mode is visible
on the next tag push.
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com