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
ci(release): fix parallel upload race + wrong repo URL
- Release binaries: build each platform as an artifact, then a single release job
uploads them all at once. Prevents the concurrent-write race in action-gh-release
(osx-arm64 failed with "Not Found", fail-fast then cancelled win-x64). Add
fail-fast: false so one platform failure never cancels the others.
- Fix placeholder repo URL easel/easel -> lukoplt/easel across manifests, docs,
SARIF informationUri and package metadata.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>