You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-dxc.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ jobs:
39
39
- uses: actions/upload-artifact@v4
40
40
with:
41
41
name: Windows x64 dxcompiler.dll
42
-
path: dxc/build/Release/bin/dxcompiler.dll
42
+
path: dxc/build/Release/bin/dxcompiler.*
43
43
44
44
# Cross-compile to ARM64 with workaround from https://github.com/microsoft/DirectXShaderCompiler/issues/7000#issuecomment-2460490566 (also in hctbuild.cmd)
0 commit comments