From 0b4d37a6c047ac4dd99314d695d875d52ac11c80 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Mon, 8 Aug 2016 16:02:57 +0200 Subject: [PATCH] Publish all artifacts --- appveyor.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 430bed43d..4e1d71a6b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,10 +33,13 @@ build_script: test: off deploy: off artifacts: - - path: out\**\AtomSetup.exe + - path: out\AtomSetup.exe name: AtomSetup.exe - - path: out\**\AtomSetup.msi + - path: out\AtomSetup.msi name: AtomSetup.msi + - path: out\RELEASES + name: RELEASES + - path: out\*.nupkg cache: - '%APPVEYOR_BUILD_FOLDER%\script\node_modules'