aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-02-10 14:03:35 -0500
committerAlee <Alee14498@gmail.com>2019-02-10 14:03:35 -0500
commit4d8bd2f2633b579af8cbd8b6c9eb551021bbeaf9 (patch)
treea4be59dfc4fbac64361253ce6ef42054efa95114
parent5f9befe34beeaffbd2b9487dd40a37c3ccdf2bfc (diff)
downloadBSODPrank-4d8bd2f2633b579af8cbd8b6c9eb551021bbeaf9.tar.gz
BSODPrank-4d8bd2f2633b579af8cbd8b6c9eb551021bbeaf9.tar.bz2
BSODPrank-4d8bd2f2633b579af8cbd8b6c9eb551021bbeaf9.zip
Hopefully GitHub artifacts will workcontinuous
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8b25550..9170052 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,7 +6,6 @@ before_build:
build:
project: BSODPrank.sln
- verbosity: minimal
after_build:
- cmd: 7z a -tzip "BSODPrank/bin/Debug/BSODPrank.zip" "BSODPrank/bin/Debug/*"
@@ -18,6 +17,7 @@ artifacts:
deploy:
provider: GitHub
release: Continuous build
+ description: 'BSODPrank $(appveyor_repo_tag_name)'
auth_token:
secure: $env:GITHUB_TOKEN
artifact: /.*\.zip/
@@ -25,7 +25,7 @@ deploy:
prerelease: true
tag: $(APPVEYOR_REPO_TAG_NAME)
on:
- APPVEYOR_REPO_TAG: true
+ appveyor_repo_tag: true
on_success:
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1