diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ee0492fd4..73b0cc1d7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -337,7 +337,8 @@ jobs: - name: Download Artifacts uses: actions/download-artifact@v4.1.8 with: - name: engine + pattern: engine-* + merge-multiple: true path: . - name: Extract build archives