From 1e95a774c98e9e9ec8c3f3e8c19b1afca4292789 Mon Sep 17 00:00:00 2001 From: "Matthias C. M. Troffaes" Date: Sun, 10 Dec 2017 09:14:12 +0000 Subject: [PATCH] Github deployment. --- appveyor.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 2e257f1..d64072c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,3 +21,14 @@ build_script: build.bat test: off artifacts: - path: '*.zip' +deploy: + description: 'Headers, static/shared libraries, and executables for FFmpeg, built with msvc.' + provider: GitHub + auth_token: + secure: QSdxjkooPHApqh95gD9duaZBxmv/5zWzDcukjNQGmbedwEu0BvzgA6HUEXpvni25 + artifact: /.*\.zip/ + draft: true + prerelease: false + on: + branch: master + appveyor_repo_tag: true