Skip to content

Commit

Permalink
Fix typo in build_backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Aug 30, 2024
1 parent d8d813d commit 2dfba3b
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 @@ -45,7 +45,7 @@ jobs:
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
pushd web_build
./make_boreholes.py -b batch.txt -d query_data.db boreholes
tar cvfz boreholes.tag.gz ./boreholes
tar cvfz boreholes.tar.gz ./boreholes
rm -rf boreholes
popd
- name: Upload borehole data
Expand Down

0 comments on commit 2dfba3b

Please sign in to comment.