Skip to content

Commit ff80ca3

Browse files
committed
Include PDBs on Windows
This allows debugging the release later on.
1 parent 28a9d78 commit ff80ca3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-dxc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/upload-artifact@v4
4040
with:
4141
name: Windows x64 dxcompiler.dll
42-
path: dxc/build/Release/bin/dxcompiler.dll
42+
path: dxc/build/Release/bin/dxcompiler.*
4343

4444
# Cross-compile to ARM64 with workaround from https://github.com/microsoft/DirectXShaderCompiler/issues/7000#issuecomment-2460490566 (also in hctbuild.cmd)
4545
- run: >
@@ -55,4 +55,4 @@ jobs:
5555
- uses: actions/upload-artifact@v4
5656
with:
5757
name: Windows aarch64 dxcompiler.dll
58-
path: dxc/build-aarch64/Release/bin/dxcompiler.dll
58+
path: dxc/build-aarch64/Release/bin/dxcompiler.*

0 commit comments

Comments
 (0)