From 920fbe59fe3fb40775c8cb79b356decfec84e7c2 Mon Sep 17 00:00:00 2001 From: Klaus Sinani Date: Sun, 3 Sep 2017 22:58:22 +0300 Subject: [PATCH] Updated appveyor deployments --- appveyor.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: