Skip to content

fix: filter artifact download in release pipeline#284

Merged
dubadub merged 1 commit intomainfrom
feat/editor-file-reference-autocomplete
Mar 24, 2026
Merged

fix: filter artifact download in release pipeline#284
dubadub merged 1 commit intomainfrom
feat/editor-file-reference-autocomplete

Conversation

@dubadub
Copy link
Member

@dubadub dubadub commented Mar 24, 2026

Summary

  • The download-artifact@v4 step in the release job was downloading all artifacts, including Docker build cache artifacts (cooklang~cookcli~*.dockerbuild), which consistently failed after 5 retries and blocked the release
  • Added pattern: cook-* filter to only download the release binary artifacts

Test plan

  • Trigger a release and verify the "Add Build Artifacts to Release" job completes successfully

…ipeline

The download-artifact step was downloading all artifacts including Docker
build cache artifacts, which consistently failed after 5 retries. Adding
a pattern filter to only download cook-* release binaries.
@dubadub dubadub merged commit ce89c4c into main Mar 24, 2026
2 checks passed
@dubadub dubadub deleted the feat/editor-file-reference-autocomplete branch March 24, 2026 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant