Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 17 Jul 20:53
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>