We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3f504 commit d3c8353Copy full SHA for d3c8353
ci/win-x32-artifact.ps1
@@ -15,7 +15,7 @@ Copy-Item `
15
-Path ".\client\RelWithDebInfo\odamex.exe", ".\client\RelWithDebInfo\odamex.pdb", `
16
".\server\RelWithDebInfo\odasrv.exe", ".\server\RelWithDebInfo\odasrv.pdb", `
17
".\wad\odamex.wad", `
18
- ".\libraries\SDL2-2.0.20\lib\x86\*.dll", ".\libraries\SDL2_mixer-2.0.4\lib\x86\*.dll", `
+ ".\libraries\SDL2-2.0.20\lib\x86\*.dll", ".\libraries\SDL2_mixer-2.6.2\lib\x86\*.dll", ".\libraries\SDL2_mixer-2.6.2\lib\x86\optional\*.dll", `
19
"C:\Windows\System32\msvcp140.dll", "C:\Windows\System32\vcruntime140.dll", `
20
"C:\Windows\System32\vcruntime140_1.dll" `
21
-Destination "artifact"
0 commit comments