瀏覽代碼

possibly fix not having shared dir in recent windows releases

Probably caused by https://github.com/actions/upload-artifact/issues/602
Possibly fixes #4384
Laytan Laats 9 月之前
父節點
當前提交
b82f8df5f5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/nightly.yml

+ 1 - 0
.github/workflows/nightly.yml

@@ -38,6 +38,7 @@ jobs:
       - name: Upload artifact
         uses: actions/upload-artifact@v4
         with:
+          include-hidden-files: true
           name: windows_artifacts
           path: dist
   build_linux: