Explorar o código

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

This should reduce the chance on an error during copy back
Anonymous Maarten %!s(int64=3) %!d(string=hai) anos
pai
achega
e8d2ccbc1c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .github/workflows/vmactions.yml

+ 4 - 0
.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