diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml
index c062cf00d428e3940df5aef1ed3939b4c8063960..fdb07cb5aae365ef4084f0960ce3f3b1515fc879 100644
--- a/.github/workflows/publish_release.yml
+++ b/.github/workflows/publish_release.yml
@@ -34,7 +34,7 @@ jobs:
         run: python -c "from llama_index.core import get_tokenizer; get_tokenizer()"
       - name: Clean up zip files
         shell: bash
-        run: rm -rf llama_index/_static/nltk_cache/corpora/stopwords.zip llama_index/_static/nltk_cache/tokenizers/punkt.zip
+        run: rm -rf llama-index-core/llama_index/core/_static/nltk_cache/corpora/stopwords.zip llama-index-core/llama_index/core/_static/nltk_cache/tokenizers/punkt.zip
       - name: Build and publish to pypi
         uses: JRubics/poetry-publish@v1.17
         with: