Skip to content

Commit

Permalink
Updated appveyor deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Sep 3, 2017
1 parent f57ea2a commit 920fbe5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 920fbe5

Please sign in to comment.