From e8d2ccbc1cf7af43a6c25efa09cc1fe8b3a03443 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten 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 e24f9d0ad1..e78683412b 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