Skip to content

Commit

Permalink
Specify target for choco push
Browse files Browse the repository at this point in the history
  • Loading branch information
rweisleder committed Jun 27, 2023
1 parent 7f61676 commit 07c71e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
run: |
cd ultimate
choco pack
choco push -k $env:CHOCO_KEY
choco push --source https://push.chocolatey.org/ -k $env:CHOCO_KEY
env:
CHOCO_KEY: ${{ secrets.CHOCO_KEY }}
- name: conmmunity
shell: powershell
run: |
cd conmmunity
choco pack
choco push -k $env:CHOCO_KEY
choco push --source https://push.chocolatey.org/ -k $env:CHOCO_KEY
env:
CHOCO_KEY: ${{ secrets.CHOCO_KEY }}

0 comments on commit 07c71e3

Please sign in to comment.