CircleCI
This commit is contained in:
parent
9f808e829d
commit
5f95abadb0
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ jobs:
|
||||||
- run: Install-Module -Name 7Zip4Powershell -Force -Scope CurrentUser
|
- run: Install-Module -Name 7Zip4Powershell -Force -Scope CurrentUser
|
||||||
- run: choco install -y msys2
|
- run: choco install -y msys2
|
||||||
- run: .\build.ps1
|
- 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
|
- run: choco push chicken.$version.nupkg --source https://push.chocolatey.org
|
||||||
|
|
Loading…
Reference in a new issue