From 10a81384325dae0745f80a60bc8c6f2dadbe0b4b Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Wed, 19 Aug 2020 17:33:11 +0200 Subject: [PATCH] Fix BenchmarkDotNet path --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b4295ed..d899968 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,4 +12,4 @@ on_success: artifacts: - path: "plist-cil\\bin\\Release\\plist-cil.*.nupkg" - - path: "plist-cil.benchmark\\BenchmarkDotNet.Artifacts\\results\\*.*" \ No newline at end of file + - path: "BenchmarkDotNet.Artifacts\\results\\*.*" \ No newline at end of file