mirror of
https://github.com/ModOrganizer2/modorganizer-game_skyrimSE.git
synced 2026-07-27 13:59:15 -07:00
[ci skip] Update artifacts paths for msbuild
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user