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

Commit

Permalink
Github deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Dec 10, 2017
1 parent a5f9faa commit 1e95a77
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 @@ -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

0 comments on commit 1e95a77

Please sign in to comment.