diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-10-17 18:05:26 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-10-17 18:05:37 +0200 |
| commit | b82f8df5f5168fb7bd210d7bb99bd0a6bf176a80 (patch) | |
| tree | 692c500148393fd1c0c7504488a4b8674490c115 /.github/workflows | |
| parent | 2141299d2b4b11e07bd57b70ce3635764a058498 (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
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nightly.yml | 1 |
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: |