Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
dridk committed Jan 31, 2018
2 parents 859bf2f + 08806b5 commit 093af75
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,16 @@ artifacts:
- path: Output\cutepeaks-*.exe
- path: release
type: zip

deploy:
release: cutepeaks-win32.zip
description: 'windows version'
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 093af75

Please sign in to comment.