diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a39188a..438295b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -29,7 +29,7 @@ jobs: run: composer test-coverage - uses: actions/upload-artifact@v3 with: - path: output/coverage/test.html + path: output/test.html - name: Document run: phpdoc run # - uses: actions/upload-artifact@v3