diff --git a/.github/workflows/build_backend.yml b/.github/workflows/build_backend.yml index 69ff5d5..a4c7f3d 100644 --- a/.github/workflows/build_backend.yml +++ b/.github/workflows/build_backend.yml @@ -56,7 +56,7 @@ jobs: if-no-files-found: error - name: Make API directory run: | - pushd scripts + pushd web_build ./build_api_dir.sh ../web_build/query_data.db popd - name: Upload API directory