diff --git a/.github/workflows/dots-CI.yml b/.github/workflows/dots-CI.yml index 31b3961..ea870ef 100644 --- a/.github/workflows/dots-CI.yml +++ b/.github/workflows/dots-CI.yml @@ -24,7 +24,7 @@ jobs: - name: Download and Install DoTS run: | - cp -r ./dots ./basex/webapp/ + cp -r dots/ ./basex/webapp/ - name: Start BaseX Server and Run Init Tests on DTS Endpoints run: |