diff --git a/appveyor.yml b/appveyor.yml index 1619b596..e3eb3ee7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,5 +27,5 @@ test_script: - npm run test on_success: - - npm run dist + - npm run pack - ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }