Adding build number
This commit is contained in:
parent
aad8bf142d
commit
387c3cdc47
2 changed files with 2 additions and 2 deletions
|
@ -27,4 +27,4 @@ jobs:
|
|||
- run: cd chickenbuild; $env:Path+=";C:\tools\msys64\mingw64\bin";$env:CFLAGS="-O2 -Wno-unused-variable -Wno-unused-but-set-variable"; mingw32-make.exe PLATFORM=mingw-msys ARCH=x86-64 PREFIX=C:/tools/chicken
|
||||
- run: .\build.ps1
|
||||
- run: choco apikey --key $Env:CHOCO_API_KEY --source https://push.chocolatey.org
|
||||
- run: choco push chicken.$Env:version.nupkg --source https://push.chocolatey.org
|
||||
- run: choco push chicken.$Env:version-$Env:build.nupkg --source https://push.chocolatey.org
|
||||
|
|
|
@ -54,4 +54,4 @@ Remove-Item -Recurse -Force chickenbuild
|
|||
cd chicken
|
||||
choco pack
|
||||
cd ..
|
||||
mv .\chicken\chicken.$Env:version.nupkg .\
|
||||
mv .\chicken\chicken.$Env:version-$Env:build.nupkg .\
|
||||
|
|
Loading…
Reference in a new issue