Skip to content

Commit

Permalink
Fix db folder error build_backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Aug 30, 2024
1 parent 710eb61 commit 4542870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Make API directory
run: |
pushd web_build
./build_api_dir.sh ../web_build/query_data.db
./build_api_dir.sh boreholes/query_data.db
popd
- name: Upload API directory
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4542870

Please sign in to comment.