drone windows final
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-05-12 16:15:26 -07:00
parent a65e702dbb
commit dcaf6ccf8a
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ steps:
- move build\\windows\\runner\\Release $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 tor.zip -Algorithm sha512).Hash > $Env:zip.sha512"
- powershell -command "(Get-FileHash tor.zip -Algorithm sha512).Hash > .\$Env:zip.sha512"
- move $Env:zip deploy
- move $Env:zip.sha512 deploy
- dir deploy