From c1983fa0676d0cbfdf1ce15c81cdf75dc94c0d37 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 30 Jul 2018 11:37:40 -0700 Subject: [PATCH] Add missing x64 artifacts to appveyor.yml --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 262063dbd..9a14710ac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -77,6 +77,12 @@ artifacts: name: atom-windows.zip - path: out\RELEASES name: RELEASES + - path: out\AtomSetup-x64.exe + name: AtomSetup-x64.exe + - path: out\atom-x64-windows.zip + name: atom-x64-windows.zip + - path: out\RELEASES-x64 + name: RELEASES-x64 - path: out\atom-*-delta.nupkg name: atom-delta.nupkg - path: out\atom-*-full.nupkg