Add test sources to mingw release artifact

This commit is contained in:
Anonymous Maarten 2024-12-07 02:05:15 +01:00
parent c46bec009b
commit af94954161

View file

@ -48,6 +48,9 @@
], ],
"docs": [ "docs": [
"docs/*" "docs/*"
],
"test": [
"test/*"
] ]
} }
}, },