From 35cca7a1221f35eb2ba6946028d9ef52b07c5cfc Mon Sep 17 00:00:00 2001 From: Nathan Wreggit Date: Sat, 27 Oct 2018 23:41:47 -0700 Subject: [PATCH] Fixed config --- BaseStationAppVeyorConfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseStationAppVeyorConfig.yml b/BaseStationAppVeyorConfig.yml index a7be26e..470f0f7 100644 --- a/BaseStationAppVeyorConfig.yml +++ b/BaseStationAppVeyorConfig.yml @@ -16,7 +16,7 @@ after_build: - ps: >- cd EntryPoint\bin\Debug - Compress-Archive -Path * -DestinationPath build$(appveyor_build_version).zip + Compress-Archive -Path * -DestinationPath build.zip artifacts: - path: BaseStation\BaseStation\bin\Debug\build.zip name: BaseStation Zip