Skip to content

Commit

Permalink
Update choco push
Browse files Browse the repository at this point in the history
  • Loading branch information
aquacash5 committed Oct 27, 2023
1 parent 0998524 commit a57c574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Chocolatey push (portable)
if: ${{ steps.check_build.outputs.release_exists == '0' }}
working-directory: magic-wormhole.portable
run: choco push -v --key=${{ secrets.CHOCOLATEY_API_KEY }}
run: choco push -v --key=${{ secrets.CHOCOLATEY_API_KEY }} -s="https://push.chocolatey.org/"

- name: Upload chocolatey (portable) folder
if: ${{ steps.check_build.outputs.release_exists == '0' }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Chocolatey push
if: ${{ steps.check_build.outputs.release_exists == '0' }}
working-directory: magic-wormhole
run: choco push -v --key=${{ secrets.CHOCOLATEY_API_KEY }}
run: choco push -v --key=${{ secrets.CHOCOLATEY_API_KEY }} -s="https://push.chocolatey.org/"

- name: Upload chocolatey folder
if: ${{ steps.check_build.outputs.release_exists == '0' }}
Expand Down

0 comments on commit a57c574

Please sign in to comment.