CI: remove redundant upload-artifact step (same fix as slash-mobile) #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/remove-redundant-upload-artifact"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.