Skip to content

Commit

Permalink
Try with local directory package
Browse files Browse the repository at this point in the history
  • Loading branch information
Keboo committed Dec 24, 2021
1 parent 1cb8f5f commit 52a3799
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ jobs:

- name: Choco Package Push
if: ${{ env.preRelease == 'false' }}
run: choco push choco\*.nupkg -s https://push.chocolatey.org/ --key ${{ secrets.CHOCO_API_KEY }}
run: choco push -s https://push.chocolatey.org/ --key ${{ secrets.CHOCO_API_KEY }}
working-directory: choco

0 comments on commit 52a3799

Please sign in to comment.