Skip to content

Commit

Permalink
Fixed github action artifact filename
Browse files Browse the repository at this point in the history
  • Loading branch information
theoboldt committed Jan 1, 2025
1 parent f8f9711 commit 3d4bb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: phpunit-result-clover-${{ matrix.php-versions }}
name: phpunit-result-clover-${{ matrix.php-versions }}.xml
path: ./phpunit-result-clover-${{ matrix.php-versions }}.xml

- uses: actions/upload-artifact@v4
with:
name: phpunit-result-junit-${{ matrix.php-versions }}
name: phpunit-result-junit-${{ matrix.php-versions }}.xml
path: ./phpunit-result-junit-${{ matrix.php-versions }}.xml

- name: Upload junit results to Codecov
Expand Down

0 comments on commit 3d4bb99

Please sign in to comment.