From 2e9adeeeaec26ff0d6588d2831171676b0c9da69 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sat, 10 Sep 2022 09:51:13 +0500 Subject: [PATCH] appveyor: store entire build folder in artifacts --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 33a32daea2..59238d76c0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -49,6 +49,5 @@ on_failure: - appveyor PushArtifact Testing.zip artifacts: - - path: build\Testing - name: Testing + - path: build type: zip