Jens, here is a patch that should allow AppVeyor to upload Windows installers as GitHub releases. This will require you to change the authentication key in the patch to get it working. Here are the steps: - Go to https://github.com/settings/tokens and generate a GitHub token with public_repo scope. - Go to https://ci.appveyor.com/tools/encrypt (and login) and encrypt the GitHub token from the previous step. - Replace the token in the patch (under auth_token: secure:) with the one from the previous step. To test this, push a tag for a commit on the master branch to GitHub and we should end up with a Windows installer at https://github.com/axboe/fio/releases Vincent Fu (1): ci: upload tagged AppVeyor installers as GitHub releases .appveyor.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) -- 2.25.1