ci: publish the built plugin bundle (was built then discarded) #3

Merged
mohlec merged 1 commit from ci/publish-plugin-bundle into main 2026-07-07 19:01:58 +00:00
Owner

CI built the plugin bundle correctly but never saved/published it anywhere -- discarded when the ephemeral job finished. Nothing was ever installable on CT#137.

Added the same publish steps every other Slash plugin already has (mirrors slash-dispatch-plugin): save to plugin-releases + refresh a rolling latest release. Deliberately skipped the upload-artifact step -- known to fail/hang on this Forgejo instance, already removed elsewhere.

CI built the plugin bundle correctly but never saved/published it anywhere -- discarded when the ephemeral job finished. Nothing was ever installable on CT#137. Added the same publish steps every other Slash plugin already has (mirrors slash-dispatch-plugin): save to plugin-releases + refresh a rolling latest release. Deliberately skipped the upload-artifact step -- known to fail/hang on this Forgejo instance, already removed elsewhere.
ci: publish the built plugin bundle (was built then discarded)
All checks were successful
Build slash-sip-plugin / build (pull_request) Successful in 43s
0a274c8884
CI built and bundled the plugin correctly but never saved or published
it anywhere -- the tarball only existed inside the ephemeral job
workspace and was discarded when the job finished. Nothing was ever
installable on CT#137 as a result.

Added the same two steps every other Slash plugin's CI already has
(mirrors slash-dispatch-plugin/slash-jitsi-plugin):
- Save bundle locally to /var/lib/forgejo/data/plugin-releases/
  (keeps the last 3, prunes older)
- Publish/refresh a rolling 'latest' release with the bundle attached

Deliberately NOT adding the redundant upload-artifact step other
workflows had -- that step fails with an HTTP 500 on this Forgejo
instance and was removed elsewhere in the last few days (slash-mobile,
slash-server) for wasting ~5 min per run.
mohlec merged commit 7779ce106c into main 2026-07-07 19:01:58 +00:00
mohlec deleted branch ci/publish-plugin-bundle 2026-07-07 19:01:58 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
slash/slash-sip-plugin!3
No description provided.