SDL: release: don't add test directory to mingw release archives

https://github.com/libsdl-org/SDL/commit/f79083d9bb7726b2592e31f68dc25f3a6f337320

From f79083d9bb7726b2592e31f68dc25f3a6f337320 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Mon, 13 Jan 2025 04:32:49 +0100
Subject: [PATCH] release: don't add test directory to mingw release archives

---
 build-scripts/release-info.json | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/build-scripts/release-info.json b/build-scripts/release-info.json
index d532114d436f7..250fc16db4c76 100644
--- a/build-scripts/release-info.json
+++ b/build-scripts/release-info.json
@@ -60,9 +60,6 @@
       ],
       "docs": [
         "docs/*"
-      ],
-      "test": [
-        "test/*"
       ]
     }
   },