CI: remove redundant upload-artifact step (same fix as slash-mobile) #10

Merged
mohlec merged 1 commit from ci/remove-redundant-upload-artifact into slash/main 2026-07-07 16:51:17 +00:00
Owner

actions/upload-artifact@v3 fails with HTTP 500 on this Forgejo instance and hangs ~5 min before continue-on-error lets the job pass -- same issue already fixed on slash-mobile's build-android.yml. The dist tarball it duplicates is already saved locally and attached to the 'latest' release two steps earlier; nothing consumes the separate artifact.

Observed directly on the 2026-07-07 favicon-regen deploy: build-webapp reported 'running' for ~12 min even though the dist asset was already published and correct at the 7-min mark.

actions/upload-artifact@v3 fails with HTTP 500 on this Forgejo instance and hangs ~5 min before continue-on-error lets the job pass -- same issue already fixed on slash-mobile's build-android.yml. The dist tarball it duplicates is already saved locally and attached to the 'latest' release two steps earlier; nothing consumes the separate artifact. Observed directly on the 2026-07-07 favicon-regen deploy: build-webapp reported 'running' for ~12 min even though the dist asset was already published and correct at the 7-min mark.
ci: remove redundant upload-artifact step from build.yml
All checks were successful
Build Slash Webapp / branding-audit (pull_request) Successful in 34s
Build Slash Webapp / build-webapp (pull_request) Has been skipped
0591bd8bd9
Same fix already applied to slash-mobile's build-android.yml
(CI speedups PR): actions/upload-artifact@v3 fails with HTTP 500 on
this Forgejo instance and hangs for ~5 minutes before
continue-on-error lets the job limp to completion. The dist tarball
it duplicates is already saved locally and attached to the 'latest'
release two steps earlier in the same job — nothing consumes the
separate artifact.

Observed directly on the 2026-07-07 favicon-regen deploy: build-webapp
showed 'running' for ~12 minutes total even though the dist asset was
already published and correct at the 7-minute mark.
mohlec merged commit e1fb6e603b into slash/main 2026-07-07 16:51:17 +00:00
mohlec deleted branch ci/remove-redundant-upload-artifact 2026-07-07 16:51:17 +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-server!10
No description provided.