diff --git a/appveyor.yml b/appveyor.yml index 0a5cbf0..8a29df6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,12 +13,19 @@ install: build_script: - npm test - npm run dist +artifacts: + - path: dist\win\*.nupkg + name: nupkg + - path: dist\win\RELEASES + name: releases + - path: dist\win\*.exe + name: installer deploy: description: 'Tusk - Refined Evernote desktop app' provider: GitHub + artifact: nupkg, releases, installer auth_token: secure: vS3PbROPIEs5ZGaeK7vLTojdSbM33G8cLknTV5OBUDt/utMNiBv9UmrZnuNqR96E - artifact: dist\win\tusk-app-0.3.0-full.nupkg, dist\win\RELEASES, dist\win\Tusk Setup 0.3.0.exe draft: true prerelease: false on: