Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister committed Dec 15, 2020
1 parent 6b1b75c commit 09192a6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,15 @@ artifacts:
name: BingImageDownload.$(appveyor_build_version).nupkg
deploy:
- provider: NuGet
api_key:
secure: $(blythmeister_nuget_key)
api_key: $(blythmeister_nuget_key)
artifact: BingImageDownload.$(appveyor_build_version).nupkg
on:
branch: master
- provider: GitHub
tag: v$(appveyor_build_version)
release: v$(appveyor_build_version)
description: Release v$(appveyor_build_version)
auth_token:
secure: $(blythmeister_github_key)
auth_token: $(blythmeister_github_key)
repository: BlythMeister/BingImageDownload
artifact: BingImageDownload.$(appveyor_build_version).nupkg
on:
Expand Down

0 comments on commit 09192a6

Please sign in to comment.