diff --git a/.appveyor.yml b/.appveyor.yml index d850210fa..21b26e8ab 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,7 +13,26 @@ environment: matrix: - qmake_args: 'USE_WEBENGINE=false' - qmake_args: 'USE_WEBENGINE=true' - + +artifacts: + - path: '**\rssguard*win64.exe' + name: rssguard-exe + + - path: '**\rssguard*win64.7z' + name: rssguard-7z + +deploy: + description: 'release by appveyor' + provider: GitHub + auth_token: + secure: XCWdr9wPgK4gm6289WXCg2vtMA02eBSnj6eKHC+ps6Z5lgw0jsK09UQ5y9E9ZFwS # your encrypted token from GitHub + artifact: /rssguard-build\\.*win64\.(exe|7z)/ # upload all NuGet packages to release assets + draft: false + prerelease: false + on: + branch: master # release from master branch only + appveyor_repo_tag: true # deploy on tag push only + build_script: - git submodule update --init --recursive - set "QT_PLUGIN_PATH=%QTDIR%\plugins"