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
Use a consistent mechanism to upload our reference build
Something changed recently in how actions/upload-artifact creates
its archives, such that symlinked files behaved differently under
that action than under actions/upload-pages-artifact. This broke
our diffing logic.
Move to using the same upload approach for both the local and
reference main builds, to avoid spurious errors.
0 commit comments