diff --git a/.github/workflows/web_build.yml b/.github/workflows/web_build.yml index c4db088..fff81ff 100644 --- a/.github/workflows/web_build.yml +++ b/.github/workflows/web_build.yml @@ -31,7 +31,7 @@ jobs: - name: Move Output to Directory run: | mkdir distribution - mv build/dist/js/productionExecutable/* distribution/ + mv webApp/build/dist/js/productionExecutable/* distribution/ # Commit and push the directory to a specified branch (e.g., "output-branch") - name: Commit and Push to Branch