Skip to content

Commit

Permalink
possibly fix not having shared dir in recent windows releases
Browse files Browse the repository at this point in the history
Probably caused by actions/upload-artifact#602
Possibly fixes #4384
  • Loading branch information
laytan committed Oct 17, 2024
1 parent 2141299 commit b82f8df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b82f8df

Please sign in to comment.