Skip to content

Commit

Permalink
Deploy the artifacts to GitHub Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
matwey committed Dec 21, 2020
1 parent 8cf9207 commit 96c923c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,14 @@ cache: c:\tools\vcpkg\installed
artifacts:
- path: 'build/*.zip'
name: Installer

deploy:
provider: GitHub
auth_token:
secure: vS1tzVAgt5X3XMnX0ioCMmr43MPQdP+im29avhhQOaRZ2BB8QRdtoRdOMmzARBmS
artifact: Installer
draft: true
on:
APPVEYOR_REPO_TAG: true
branch: master
configuration: Release

0 comments on commit 96c923c

Please sign in to comment.