From 936fa214e6c0689d84efa41a61b5a074c1f3a2d6 Mon Sep 17 00:00:00 2001 From: Jens True Date: Mon, 24 Jul 2023 12:26:22 +0000 Subject: [PATCH] Directory upload not yet supported. --- .gitea/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4b08ebf..a39188a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -29,9 +29,9 @@ jobs: run: composer test-coverage - uses: actions/upload-artifact@v3 with: - path: output/coverage/ + path: output/coverage/test.html - name: Document run: phpdoc run - - uses: actions/upload-artifact@v3 - with: - path: output/docs \ No newline at end of file +# - uses: actions/upload-artifact@v3 +# with: +# path: output/docs \ No newline at end of file