diff --git a/circle.yml b/circle.yml index 313515b5a88..95ebb024c5e 100644 --- a/circle.yml +++ b/circle.yml @@ -9,7 +9,7 @@ machine: general: artifacts: - - out/Atom.app + - out/Atom.zip dependencies: pre: @@ -33,3 +33,6 @@ dependencies: test: override: - script/grunt ci + + post: + - zip -r out/Atom.zip out/Atom.app