Skip to content

Commit

Permalink
fix(chocolatey) Update push URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Wolfe committed May 5, 2020
1 parent dd1bc3f commit c9affd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor/appveyor.yml
Expand Up @@ -50,6 +50,6 @@ artifacts:
# draft: true
deploy_script:
- ps: >-
choco apiKey -k $env:CHOCOLATEY_APIKEY -source https://chocolatey.org/
choco apiKey -k $env:CHOCOLATEY_APIKEY -source https://push.chocolatey.org/
choco push ./choco/${env:appName}.$(($env:APPVEYOR_REPO_TAG_NAME).Split('v')[1]).nupkg

0 comments on commit c9affd7

Please sign in to comment.