This commit is contained in:
Daniel Ziltener 2020-03-01 23:57:48 +01:00
parent 9f808e829d
commit 5f95abadb0
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ jobs:
- run: Install-Module -Name 7Zip4Powershell -Force -Scope CurrentUser
- run: choco install -y msys2
- run: .\build.ps1
- run: choco apikey --key $CHOCO_API_KEY --source https://push.chocolatey.org
- run: choco apikey --key $Env:CHOCO_API_KEY --source https://push.chocolatey.org
- run: choco push chicken.$version.nupkg --source https://push.chocolatey.org