From 196ed2f20def32ad3ae0dfd1c33d774cc9114444 Mon Sep 17 00:00:00 2001 From: Joe Prime <101joe.prime@gmail.com> Date: Sun, 8 Oct 2023 23:19:13 +0300 Subject: [PATCH] change build path #4 --- .github/workflows/frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 4636de0..45f7755 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -25,4 +25,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: Build - path: ./dist \ No newline at end of file + path: ./frontend/dist/ \ No newline at end of file