Skip to content

Commit cfbebda

Browse files
authored
Update submit-KG-metadata.yml
1 parent 07778f0 commit cfbebda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/submit-KG-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
set -euo pipefail
5757
echo '==> Running pipeline script'
5858
python scripts/convert_yaml_to_rdf.py --yml_in payload.yaml --rdf_in $(ls -t /home/ubuntu/data/*.ttl | head -n 1) --out_dir /home/ubuntu/data/
59-
bash /home/ubuntu/run_submit_data.sh
59+
bash scripts/upload_submission_to_qlever.sh
6060
echo '✅ Pipeline finished'
6161
6262
- name: Done

0 commit comments

Comments
 (0)