diff --git a/appveyor.yml b/appveyor.yml index 346b6eb3..b70b0810 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,4 +30,5 @@ test_script: - npm run test on_success: + - npm run dist - ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }