archive final results, correct order for uncompress and configure
diff --git a/.github/workflows/tinytapeout.yaml b/.github/workflows/tinytapeout.yaml
index 99179bd..d0d22c6 100644
--- a/.github/workflows/tinytapeout.yaml
+++ b/.github/workflows/tinytapeout.yaml
@@ -16,6 +16,16 @@
     - name: checkout repo
       uses: actions/checkout@v2
 
+    # build pdk - have to move this back above to get caravel makefile
+    - name: pdk & openlane & precheck
+      run: |
+        make setup
+        make precheck
+
+    # uncompress any gds commited to the repo
+    - name: uncompress gds
+      run: | 
+        make uncompress
 
     # need python
     - name: setup python
@@ -32,7 +42,7 @@
 #        wget https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2020.04.1-x86_64-linux-ubuntu14.tar.gz
 #        tar -xzf riscv64-unknown-elf-gcc-8.3.0-2020.04.1-x86_64-linux-ubuntu14.tar.gz
 
-    # pwd
+    # pwd debug
     - name: pwd
       run: |
         pwd # /home/runner/work/tinytapeout-mpw7/tinytapeout-mpw7
@@ -54,26 +64,17 @@
     - name: configure
       run: python ./configure.py --update-caravel
 
-    # build pdk - have to move this back above to get caravel makefile
-    - name: pdk & openlane & precheck
-      run: |
-        make setup
-        make precheck
-
-    # uncompress
-    - name: uncompress gds
-      run: | 
-        make uncompress
-
     - name: user project wrapper GDS
       run: make user_project_wrapper
 
     - name: precheck
       run: make run-precheck
 
-    # archive the gds and final report for the user project wrapper
+    # archive the results
     - name: Archive Wrapper GDS
       uses: actions/upload-artifact@v2
       with:
           name: Wrapper GDS
-          path: gds/user_project_wrapper.gds
+          path: |
+            openlane/user_project_wrapper/runs/user_project_wrapper/reports/final_summary_report.csv
+            openlane/user_project_wrapper/runs/user_project_wrapper/results/final/*