diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml
index 52717e20713063ac0044dd012ed9888fe39006c6..597cc3f7a929111ad00012870586e909f1480a50 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 ${{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