diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3c905fb3..b2c0a651 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -66,7 +66,7 @@ jobs: git status - name: Cd back to luau before checking out original repo - run: cd ../luau && pwd && ls + run: cd .. && pwd && ls - name: Switch to original luau repo uses: actions/checkout@v3