Skip to content

Commit

Permalink
use encryption token
Browse files Browse the repository at this point in the history
  • Loading branch information
dridk committed Jan 31, 2018
1 parent 4ddb37a commit 23f3cd6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,15 @@ artifacts:
- path: release
type: zip

deploy:
release: cutepeaks-win32.zip
description: 'Release description'
provider: GitHub
auth_token:
secure: Hr9P6O5qjN7JGribam0krn8rvYaHvPkSP0tw2WPh # your encrypted token from GitHub
artifact: /.*\.zip/ # upload all NuGet packages to release assets
draft: false
prerelease: false
on:
branch: master # release from master branch only
appveyor_repo_tag: true

0 comments on commit 23f3cd6

Please sign in to comment.