diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml
index 597cc3f7a929111ad00012870586e909f1480a50..59a72f110b3d6cf73de7af5abef738418c23dd13 100644
--- a/.github/workflows/dashboard.yml
+++ b/.github/workflows/dashboard.yml
@@ -58,7 +58,7 @@ jobs:
       - name: Overwrite data, if provided
         if: "${{ github.event.inputs.gist != '' }}"
         run: |
-          mkdir -p ../tf_oss_dashboard/${{matrix.config}}
+          mkdir -p tf_oss_dashboard/${{matrix.config}}
           git clone "https://gist.github.com/${{github.event.inputs.gist}}.git" gist
           cd gist
           if [[ -s ${{matrix.config}} ]]; then