diff --git a/appveyor.yml b/appveyor.yml index d1f7869..a29bd03 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,8 +26,7 @@ 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 @@ -35,8 +34,7 @@ deploy: 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: