Skip to content

Commit

Permalink
Try to fix docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Dec 23, 2023
1 parent 7ba520a commit 5a2bd88
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}"
Expand Down

0 comments on commit 5a2bd88

Please sign in to comment.