Excludes TF model directories from benchmark suite archive (#11161)

diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml
index 3086835..9a05002 100644
--- a/.github/workflows/benchmarks.yml
+++ b/.github/workflows/benchmarks.yml
@@ -108,7 +108,7 @@
         run: |
           # TODO(#10988): Excludes the experimental `models` and iree` dirs for
           # now.
-          tar --exclude '*.tflite' --exclude '*.mlir' \
+          tar --exclude '*.tflite' --exclude '*.mlir' --exclude '*-tf-model' \
             --exclude "${BENCHMARKS_DIR}/benchmark_suites/models" \
             --exclude "${BENCHMARKS_DIR}/benchmark_suites/iree" \
             -czf \