deploy to github

This commit is contained in:
Kyle Spearrin 2019-03-14 10:48:07 -04:00
parent ab550cf0cf
commit f2412c7411
1 changed files with 11 additions and 0 deletions

View File

@ -47,3 +47,14 @@ artifacts:
- path: dist/dist-safari-%APPVEYOR_BUILD_NUMBER%.zip
- path: dist/browser-source-%APPVEYOR_BUILD_NUMBER%.zip
- path: coverage/coverage-%APPVEYOR_BUILD_NUMBER%.zip
deploy:
release: $(APPVEYOR_REPO_TAG_NAME)
description: 'Release description'
provider: GitHub
auth_token: $(GH_TOKEN)
artifact: /.*/
force_update: true
on:
branch: master
APPVEYOR_REPO_TAG: true