Add artifacts publishing on windows (#984)

This commit is contained in:
Sergei Vorobev 2016-11-15 13:39:23 -08:00 committed by Matheus Fernandes
parent 9c90e19760
commit 8573976260

View file

@ -29,3 +29,4 @@ test_script:
on_success:
- npm run dist
- ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }