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
ci: differentiate beta build filenames from stable
- build_local.py appends the beta suffix (from NULLIFYPDF_BETA_SUFFIX)
to output artifact filenames, keeping package metadata (RPM/DEB
Version) on the base version
- beta-release.yml derives the suffix from the beta tag (e.g.
v2.0.7-beta.3 -> beta.3) before building
- release.yml strips the beta suffix from downloaded filenames before
republishing as stable, so stable naming stays unchanged