From 09b0d0fb655a217bccf476aeb8fcfb54c23a4835 Mon Sep 17 00:00:00 2001 From: eQuantum <8466209+eq19@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:32:52 +0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 30033a36456..c383f2cef51 100644 --- a/action.yml +++ b/action.yml @@ -47,4 +47,4 @@ runs: uses: actions/upload-artifact@v4 with: name: code-coverage-report - path: /tmp/workdir/_site + path: /github/workspace/_site