diff --git a/.drone.yml b/.drone.yml index b035742..24806ca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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