Modify appveyor deployment

This commit is contained in:
xarkes 2018-04-23 19:12:32 +02:00
parent 756ebec512
commit f28f123773

View File

@ -76,13 +76,13 @@ artifacts:
name: "%ARTIFACT_NAME%" name: "%ARTIFACT_NAME%"
deploy: deploy:
release: cutter-$(appveyor_build_version)
description: 'Cutter binaries (Windows)' description: 'Cutter binaries (Windows)'
provider: GitHub provider: GitHub
auth_token: auth_token:
secure: 2SmsqS2RaX2N5c9UwUcfBwNmMX64FfPAZFShLyxIkZXiC8vLaYCHToWxBYEuWRSk secure: 2SmsqS2RaX2N5c9UwUcfBwNmMX64FfPAZFShLyxIkZXiC8vLaYCHToWxBYEuWRSk
artifact: Cutter_%ARCH% artifact: %ARTIFACT_NAME%
draft: true draft: false
prerelease: false prerelease: false
on: on:
branch: master
appveyor_repo_tag: true appveyor_repo_tag: true