diff options
| -rw-r--r-- | appveyor.yml | 4 |
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 |
