SDL: ci: reduce amount of files to copy back from freebsd vm

From e8d2ccbc1cf7af43a6c25efa09cc1fe8b3a03443 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Tue, 27 Jun 2023 13:59:15 +0200
Subject: [PATCH] ci: reduce amount of files to copy back from freebsd vm

This should reduce the chance on an error during copy back
---
 .github/workflows/vmactions.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/vmactions.yml b/.github/workflows/vmactions.yml
index e24f9d0ad1df..e78683412bc2 100644
--- a/.github/workflows/vmactions.yml
+++ b/.github/workflows/vmactions.yml
@@ -59,6 +59,10 @@ jobs:
           cmake --build build/ --config Release --target package
           
           cmake --build build/ --config Release --target clean
+          rm -rf build/dist/_CPack_Packages
+          rm -rf build/CMakeFiles
+          rm -rf build/docs
+
     - uses: actions/upload-artifact@v3
       with:
         if-no-files-found: error