diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index da044f6b3..9ab197a68 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,11 +28,14 @@ jobs:
COMMIT_HASH=$(git rev-parse --short HEAD)
echo "COMMIT_HASH=$COMMIT_HASH" >> $GITHUB_OUTPUT
+ - name: Cleanup
+ run: php _cleanup.php && rm _cleanup.php
+
- name: Create archive 🗞
id: create-zip
run: |
ZIP_NAME="torrentpier-${{ steps.get-commit-hash.outputs.COMMIT_HASH }}.zip"
- zip -r "$ZIP_NAME" . -x ".git/*" ".github/*"
+ zip -r "$ZIP_NAME" . -x ".git/*"
echo "ZIP_NAME=$ZIP_NAME" >> $GITHUB_OUTPUT
- name: Upload Archive 📤
diff --git a/README.md b/README.md
index 3aaee0715..4f694bc66 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
-
+