Skip to content

Commit 80b60f3

Browse files
authored
Add d3d12 files to separate subdirectory
1 parent 5208fa9 commit 80b60f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-msys2-arm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ jobs:
108108
cd d3d12SDK
109109
curl -Lo d3d12sdk.zip https://www.nuget.org/api/v2/package/Microsoft.Direct3D.D3D12/1.714.0-preview
110110
unzip d3d12sdk.zip
111-
cp build/native/bin/arm64/*.dll ../chiaki-ng-Win/
111+
mkdir ../chiaki-ng-Win/D3D12
112+
cp build/native/bin/arm64/*.dll ../chiaki-ng-Win/D3D12/
112113
113114
- name: Package chiaki-ng
114115
run: |

0 commit comments

Comments
 (0)