github/workflows: fix synth dot location
diff --git a/.github/workflows/user_project_ci.yml b/.github/workflows/user_project_ci.yml
index 5516dc5..a4aee38 100644
--- a/.github/workflows/user_project_ci.yml
+++ b/.github/workflows/user_project_ci.yml
@@ -142,8 +142,7 @@
           spef/
           spi/
           verilog/
-          openlane/tiny_user_project/runs/tiny_user_project/
-          openlane/user_project_wrapper/runs/user_project_wrapper/
+          openlane/tiny_user_project/runs/tiny_user_project/tmp/synthesis/post_techmap.dot          
         key: ${{ runner.os }}-gds-${{ github.run_id }}
 
   precheck:
@@ -183,8 +182,7 @@
           spef/
           spi/
           verilog/
-          openlane/tiny_user_project/runs/tiny_user_project/
-          openlane/user_project_wrapper/runs/user_project_wrapper/
+          openlane/tiny_user_project/runs/tiny_user_project/tmp/synthesis/post_techmap.dot          
         key: ${{ runner.os }}-gds-${{ github.run_id }}
 
     - name: check
@@ -223,8 +221,7 @@
           spef/
           spi/
           verilog/
-          openlane/tiny_user_project/runs/tiny_user_project/
-          openlane/user_project_wrapper/runs/user_project_wrapper/
+          openlane/tiny_user_project/runs/tiny_user_project/tmp/synthesis/post_techmap.dot
         key: ${{ runner.os }}-gds-${{ github.run_id }}
 
     - name: commit
@@ -259,8 +256,7 @@
           spef/
           spi/
           verilog/
-          openlane/tiny_user_project/runs/tiny_user_project/
-          openlane/user_project_wrapper/runs/user_project_wrapper/
+          openlane/tiny_user_project/runs/tiny_user_project/tmp/synthesis/post_techmap.dot          
         key: ${{ runner.os }}-gds-${{ github.run_id }}
     - name: create synth svg
       run: |