Skip to content

Commit

Permalink
Merge pull request #1326 from tinaboyce/1325-choco-outdated
Browse files Browse the repository at this point in the history
fix(ci): fail to push windows pkg due to missing flag [#1325]
  • Loading branch information
mapkon committed Jul 29, 2024
2 parents ec4237a + ebcf9f6 commit 7852300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ artifacts:
# draft: true
deploy_script:
- ps: >-
choco apiKey -k $env:CHOCOLATEY_APIKEY -source https://push.chocolatey.org/
choco apiKey -k $env:CHOCOLATEY_APIKEY -s https://push.chocolatey.org/
choco push ./choco/${env:appName}.$(($env:APPVEYOR_REPO_TAG_NAME).Split('v')[1]).nupkg
choco push ./choco/${env:appName}.$(($env:APPVEYOR_REPO_TAG_NAME).Split('v')[1]).nupkg -s https://push.chocolatey.org/

0 comments on commit 7852300

Please sign in to comment.