Skip to content

Commit

Permalink
Fix path for coverage data
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Dec 13, 2023
1 parent 257df0e commit 1302f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: coverage-data
path: ${{ github.workspace }}
path: ${{ github.workspace }}/build

unit-tests-windows:
name: "Unit tests, PHP ${{ matrix.php-versions }}, ${{ matrix.operating-system }}"
Expand Down

0 comments on commit 1302f6d

Please sign in to comment.