From 5067f7cdf417aadd5435872fd36ced7a197341ea Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Fri, 29 Jan 2021 10:53:49 -0600 Subject: [PATCH] [ci skip] Update artifacts paths for msbuild --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 746d04f..e3bcef6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,9 +22,9 @@ build_script: if($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode ) } artifacts: -- path: build\src\helper.exe +- path: vsbuild\src\RelWithDebInfo\helper.exe name: helper_exe -- path: build\src\helper.pdb +- path: vsbuild\src\RelWithDebInfo\helper.pdb name: helper_pdb on_success: - ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER