From 5a2bd88cb3468b9ff85f93ca453c1270c0716c6a Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Sun, 24 Dec 2023 02:12:22 +0530 Subject: [PATCH] Try to fix docs workflow --- .github/workflows/docs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 917906fc..fd24eacb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -47,7 +47,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: lists + name: lists-php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md path: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md update: permissions: @@ -63,7 +63,9 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - path: ${{ github.workspace }} + path: ${{ github.workspace }}/lists + pattern: lists-* + merge-multiple: true - name: Configure Git run : | git config --local user.email "${{ secrets.email }}"