Upload AtomSetup.exe as an artifact

This commit is contained in:
Kevin Sawicki
2016-02-02 14:35:36 -08:00
parent 8d6a81e8e3
commit 54d63048cd

View File

@@ -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'