mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 11:16:59 -04:00
Deploy on tags
This commit is contained in:
parent
e0d2f9c1ba
commit
a6a54d688f
1 changed files with 1 additions and 5 deletions
|
@ -2,7 +2,6 @@ version: '{build}'
|
||||||
|
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
configuration: Release
|
configuration: Release
|
||||||
skip_tags: true
|
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- ps: nuget restore
|
- ps: nuget restore
|
||||||
|
@ -19,13 +18,10 @@ artifacts:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: GitHub
|
- provider: GitHub
|
||||||
tag: APPVEYOR
|
|
||||||
release: APPVEYOR
|
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: sjQHWRw29AMiVMn3MtidtWnAzAf1mJ+mkJ/7h1B9TIAHhkFrqwMK7LtXV+uNJ9AO
|
secure: sjQHWRw29AMiVMn3MtidtWnAzAf1mJ+mkJ/7h1B9TIAHhkFrqwMK7LtXV+uNJ9AO
|
||||||
artifact: DiscordChatExporter.zip
|
artifact: DiscordChatExporter.zip
|
||||||
draft: true
|
draft: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
APPVEYOR_REPO_COMMIT_MESSAGE: Update version
|
appveyor_repo_tag: true
|
||||||
APPVEYOR_REPO_COMMIT_AUTHOR: Alexey Golub
|
|
Loading…
Add table
Add a link
Reference in a new issue