mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user