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
release: the upload step could not match both archive shapes at once
Every job globbed `dist/*.tar.gz dist/*.zip dist/*.sha256`, so a unix job named a
.zip that cannot exist and a Windows job named a .tar.gz that cannot — and gh
fails on an unmatched pattern rather than skipping it. Four builds succeeded and
then threw their artefacts away at the last step.
Staging and dist are separate directories now, so `dist/*` contains artefacts and
nothing else and the glob carries no platform knowledge. Windows also uses
sha256sum rather than certutil, whose output is a three-line human report and not
a checksum file.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments