From d644372ce67f1129015de578e8e9a79ff482415e Mon Sep 17 00:00:00 2001 From: Marvin Klar Date: Sat, 29 Sep 2018 00:47:02 +0200 Subject: [PATCH] Changed the artifact path to an relative path to the build folder --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ec4f6de..b97292f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,3 @@ artifacts: - - path: C:\projects\softwareupdater\SoftwareUpdater\bin\Debug\SoftwareUpdater.exe + - path: \SoftwareUpdater\bin\Debug\SoftwareUpdater.exe name: SoftwareUpdater.exe \ No newline at end of file