From bc00b3679960452d28f189567fcd7ce1ed60b4bc Mon Sep 17 00:00:00 2001 From: Jens True Date: Mon, 24 Jul 2023 12:30:11 +0000 Subject: [PATCH] File path error. --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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