From 8573976260bddacf82c17ec5ab67769163ca92bf Mon Sep 17 00:00:00 2001 From: Sergei Vorobev Date: Tue, 15 Nov 2016 13:39:23 -0800 Subject: [PATCH] Add artifacts publishing on windows (#984) --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 6cd75c18..7de5bf05 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,3 +29,4 @@ test_script: on_success: - npm run dist + - ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }