Commit c6c52a10 authored by Jeremy Bokobza's avatar Jeremy Bokobza Committed by GitHub

Added deployment to GitHub for Breeze's Windows packages (#234)

parent 750b2f19
......@@ -116,4 +116,21 @@ test_script:
# pushing all files in build directory recursively
artifacts:
- path: breeze_out\*.zip
name: Breeze app
\ No newline at end of file
name: Breeze app
#----------------------------------#
# deployment configuration #
#----------------------------------#
deploy:
tag: $env:APPVEYOR_REPO_TAG
description: ''
provider: GitHub
auth_token:
secure: $secure_github_key # your encrypted token from GitHub
artifact: breeze_out\*.zip
draft: false
prerelease: true
force_update: true
on:
branch: master # release from master branch only
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment