Browse Source

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 months ago
parent
commit
b82f8df5f5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/nightly.yml

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

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