Skip to content

ci: add Chocolatey support #8921

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(ci): fix typo in choco apikey command
Co-authored-by: Muhammad Atif Ali <matifali@live.com>
  • Loading branch information
phorcys420 and matifali authored Aug 16, 2023
commit d8e18a5ed9562e465f9ede02228fc27760522103
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ jobs:
# No need to specify nuspec if there's only one in the directory.
choco pack --version=$version binary_path=assets/coder.exe

choco apikey --api-key $env:CHOCO_API_KEY -source https://push.chocolatey.org/
choco apikey --api-key $env:CHOCO_API_KEY --source https://push.chocolatey.org/

# No need to specify nupkg if there's only one in the directory.
choco push --source https://push.chocolatey.org/
Expand Down