From 54d63048cd3f1f6d5106517abccecd6d3af75b42 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 2 Feb 2016 14:35:36 -0800 Subject: [PATCH] Upload AtomSetup.exe as an artifact --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 57853813b..09cbb9e71 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,13 +26,12 @@ install: build_script: - cd %APPVEYOR_BUILD_FOLDER% - - C:\projects\atom\script\cibuild.cmd --build-dir atom-build - - dir atom-build + - C:\projects\atom\script\cibuild.cmd test: off deploy: off artifacts: - - path: atom-build\**\AtomSetup.exe + - path: out\**\AtomSetup.exe cache: - '%USERPROFILE%\.atom\.apm'