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

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

View File

@ -218,8 +218,9 @@ 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 > deploy\$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
- name: deploy-windows
image: openpriv/flutter-desktop:windows-sdk30-fdev2.2rc