drone windows bundle libcwtch.dll
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Ballard 2021-05-12 17:25:29 -07:00
parent facfbbe3bb
commit 7969d7e6b1
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ steps:
- $Env:sha += '.sha512'
- mkdir deploy
- move build\\windows\\runner\\Release $Env:builddir
- copy windows\libCwtch.dll $Env:builddir
- powershell -command "Expand-Archive -Path tor.zip -DestinationPath $Env:builddir\Tor"
- powershell -command "Compress-Archive -Path $Env:builddir -DestinationPath $Env:zip"
- powershell -command "(Get-FileHash *.zip -Algorithm sha512).Hash" > $Env:sha