瀏覽代碼

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

This should reduce the chance on an error during copy back
Anonymous Maarten 2 年之前
父節點
當前提交
e8d2ccbc1c
共有 1 個文件被更改,包括 4 次插入0 次删除
  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