possibly fix not having shared dir in recent windows releases

Probably caused by https://github.com/actions/upload-artifact/issues/602
Possibly fixes #4384
This commit is contained in:
Laytan Laats
2024-10-17 18:05:26 +02:00
committed by flysand7
parent d41c7d52e7
commit cded6b8479

View File

@@ -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: