From 46d89b148f1c128ce6f6eb8e1f74f836b99a5a5a Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Mon, 10 Nov 2025 17:20:23 +0100 Subject: [PATCH] Fix upload of `data.extended.json` artifact for `@next` releases --- .github/workflows/publish_next_web-features.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_next_web-features.yml b/.github/workflows/publish_next_web-features.yml index 636cf1a2bad..3d361257ef3 100644 --- a/.github/workflows/publish_next_web-features.yml +++ b/.github/workflows/publish_next_web-features.yml @@ -105,5 +105,6 @@ jobs: TAG: ${{ env.dist_tag }} NOTES: This is a continuously-updated prerelease generated from `main` (currently at ${{ steps.timestamp_and_hash.outputs.SHORT_HASH }}). ARTIFACTS: > - schemas/data.schema.json ${{ env.package_dir }}/data.json + data.extended.json + schemas/data.schema.json