Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Changes AppVeyor build configuration to support publishing artifacts …
Browse files Browse the repository at this point in the history
…to GitHub Releases.
  • Loading branch information
Jack Hughes committed Jul 29, 2015
1 parent 1c52903 commit 00a7069
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
Expand Up @@ -10,3 +10,14 @@ build:
verbosity: minimal
artifacts:
- path: '**\*.msi'
deploy:
release: dynaproject-v$(appveyor_build_version)
provider: GitHub
auth_token:
secure: <your encrypted token> # your encrypted token from GitHub
artifact: /.*\.msi/ # upload all installers to release assets
draft: false
prerelease: true
on:
branch: master # release from master branch only
appveyor_repo_tag: true # deploy on tag push only

0 comments on commit 00a7069

Please sign in to comment.