Преглед на файлове

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 преди 10 месеца
родител
ревизия
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: