mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-27 03:02:02 +00:00
Get rid of Chocolatey
This commit is contained in:
15
appveyor.yml
15
appveyor.yml
@@ -13,12 +13,10 @@ after_build:
|
||||
- ps: Deploy\Prepare.ps1
|
||||
|
||||
artifacts:
|
||||
- path: Deploy\Portable\GUI\bin\DiscordChatExporter.zip
|
||||
- path: Deploy\Portable\bin\DiscordChatExporter.zip
|
||||
name: DiscordChatExporter.zip
|
||||
- path: Deploy\Portable\CLI\bin\DiscordChatExporter.CLI.zip
|
||||
- path: Deploy\Portable\bin\DiscordChatExporter.CLI.zip
|
||||
name: DiscordChatExporter.CLI.zip
|
||||
- path: Deploy\Choco\bin\DiscordChatExporter*.nupkg
|
||||
name: DiscordChatExporter-Choco.nupkg
|
||||
|
||||
deploy:
|
||||
- provider: GitHub
|
||||
@@ -26,15 +24,6 @@ deploy:
|
||||
secure: sjQHWRw29AMiVMn3MtidtWnAzAf1mJ+mkJ/7h1B9TIAHhkFrqwMK7LtXV+uNJ9AO
|
||||
artifact: DiscordChatExporter.zip,DiscordChatExporter.CLI.zip
|
||||
description: '[Changelog](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/Changelog.md)'
|
||||
on:
|
||||
branch: master
|
||||
appveyor_repo_tag: true
|
||||
- provider: NuGet
|
||||
server: https://push.chocolatey.org/
|
||||
api_key:
|
||||
secure: aQVQ50i8GcwxMXTHf2ck5PijnOeVZY8Z9MEROQTvT49/7/az9w8ru8NCyEsV6H5I
|
||||
artifact: DiscordChatExporter-Choco.nupkg
|
||||
skip_symbols: true
|
||||
on:
|
||||
branch: master
|
||||
appveyor_repo_tag: true
|
||||
Reference in New Issue
Block a user