mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07: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
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
include-hidden-files: true
|
||||
name: windows_artifacts
|
||||
path: dist
|
||||
build_linux:
|
||||
|
||||
Reference in New Issue
Block a user