From 7c17e314aa0160cf1285f4b8486c6a83a9750ee5 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Tue, 3 Sep 2019 19:32:27 +0300 Subject: [PATCH] mdbx-ci: fix log/artifacts path. --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f9c7041c..b8b8a990 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -75,6 +75,6 @@ test_script: } on_failure: -- ps: Push-AppveyorArtifact test.log -- ps: Push-AppveyorArtifact test.db -- ps: Push-AppveyorArtifact chk.log +- ps: Push-AppveyorArtifact _build\test.log +- ps: Push-AppveyorArtifact _build\test.db +- ps: Push-AppveyorArtifact _build\chk.log