From 3aa44ce9e7365c747ef1aab17879fef7b353582a Mon Sep 17 00:00:00 2001 From: Don HO Date: Sun, 22 May 2016 12:13:44 +0200 Subject: [PATCH] Fix a build problem in Appveyor Fix a path problem while pushing artifact in Appveyor: https://ci.appveyor.com/project/donho/notepad-plus-plus/build/1.0.90#L1676 --- appveyor-build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor-build.cmd b/appveyor-build.cmd index 41ebcee5..3c3fddce 100644 --- a/appveyor-build.cmd +++ b/appveyor-build.cmd @@ -7,5 +7,5 @@ nmake -f scintilla.mak cd ..\..\PowerEditor\visual.net || exit msbuild notepadPlus.vcxproj /p:configuration="Unicode Debug" /p:platform=Win32 || exit -cd ..\.. +cd .. appveyor PushArtifact bin