diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ab23d0cb..739d4310 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -47,7 +47,8 @@ jobs: - name: Move build files to root run: | - move build/RelWithDebInfo/* ../../ + echo %cd% + move build/RelWithDebInfo/* . - name: Check dir structure run: |