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

This should reduce the chance on an error during copy back
This commit is contained in:
Anonymous Maarten 2023-06-27 13:59:15 +02:00
parent 1061a978c3
commit e8d2ccbc1c

View File

@ -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