From acf3621eecc5b84a933c2f3b759794fd6d51dffe Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 1 Oct 2015 17:47:22 +0200 Subject: [PATCH] [appveyor] try to get the artifact name right Previously I got: Packaging artifacts...Pattern contains invalid characters. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 860f5c5d81..86d84b324f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,7 +48,7 @@ build_script: #- ctest --output-on-failure artifacts: -- path: C:\projects\simgrid\simgrid.jar +- path: simgrid.jar name: jarfile # notifications: -- 2.20.1