mirror of
https://github.com/ModOrganizer2/modorganizer-game_falloutnv.git
synced 2026-07-27 14:00:29 -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_falloutNV.dll
|
||||
- path: vsbuild\src\RelWithDebInfo\game_falloutNV.dll
|
||||
name: game_falloutNV_dll
|
||||
- path: build\src\game_falloutNV.pdb
|
||||
- path: vsbuild\src\RelWithDebInfo\game_falloutNV.pdb
|
||||
name: game_falloutNV_pdb
|
||||
- path: build\src\game_falloutNV.lib
|
||||
- path: vsbuild\src\RelWithDebInfo\game_falloutNV.lib
|
||||
name: game_falloutNVe_lib
|
||||
on_success:
|
||||
- ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER
|
||||
|
||||
Reference in New Issue
Block a user