[ci skip] Update artifacts paths for msbuild

This commit is contained in:
Jeremy Rimpo
2021-01-29 10:53:41 -06:00
parent 6b0e2f2954
commit c898d62f43
+3 -3
View File
@@ -22,11 +22,11 @@ build_script:
if($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode ) }
artifacts:
- path: build\src\game_skyrimse.dll
- path: vsbuild\src\RelWithDebInfo\game_skyrimse.dll
name: game_skyrimse_dll
- path: build\src\game_skyrimse.pdb
- path: vsbuild\src\RelWithDebInfo\game_skyrimse.pdb
name: game_skyrimse_pdb
- path: build\src\game_skyrimse.lib
- path: vsbuild\src\RelWithDebInfo\game_skyrimse.lib
name: game_skyrimse_lib
on_success:
- ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER