From 1ec6388e36b54bf4fac19de985c7bf687808fd51 Mon Sep 17 00:00:00 2001 From: dbuechel Date: Fri, 26 Jul 2019 13:06:26 +0200 Subject: [PATCH] SEBWIN-300: Fixed artifact path of setup. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f609895e..9769870a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,6 +36,6 @@ artifacts: - path: SafeExamBrowser.Service\bin\$(platform)\$(configuration) name: 'SEB_$(appveyor_build_version)_Service' type: zip - - path: SafeExamBrowser.Setup\bin\$(configuration)\Setup.msi + - path: Setup\bin\$(configuration)\Setup.msi name: 'SEB_$(appveyor_build_version)_Setup' type: file