aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaytan Laats <laytanlaats@hotmail.com>2024-10-17 18:05:26 +0200
committerLaytan Laats <laytanlaats@hotmail.com>2024-10-17 18:05:37 +0200
commitb82f8df5f5168fb7bd210d7bb99bd0a6bf176a80 (patch)
tree692c500148393fd1c0c7504488a4b8674490c115
parent2141299d2b4b11e07bd57b70ce3635764a058498 (diff)
possibly fix not having shared dir in recent windows releases
Probably caused by https://github.com/actions/upload-artifact/issues/602 Possibly fixes #4384
-rw-r--r--.github/workflows/nightly.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 6243d1922..314711efb 100644
--- a/.github/workflows/nightly.yml
+++ b/.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: