From 9c821dc21ccbd69b2bda421fdb35cb4ae2da8f5e Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Sat, 7 Dec 2024 02:05:15 +0100
Subject: [PATCH] Add test sources to mingw release artifact
---
build-scripts/release-info.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/build-scripts/release-info.json b/build-scripts/release-info.json
index 5fbbd46f2360a..02a294e59ba77 100644
--- a/build-scripts/release-info.json
+++ b/build-scripts/release-info.json
@@ -48,6 +48,9 @@
],
"docs": [
"docs/*"
+ ],
+ "test": [
+ "test/*"
]
}
},