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'