From b81ede8e47da1c18d5edbb61611f0bb2810422c8 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Sat, 21 Sep 2024 00:07:17 +0200 Subject: [PATCH] [ci] Merging all downloaded artifacts to the same directory [skip ci] --- .github/workflows/update-documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index dc4276e804505..15b57055cc51a 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -229,6 +229,7 @@ jobs: with: name: node-docs-patch path: patches/ + merge-multiple: true - name: Apply patches run: | for patch in patches/*.patch; do