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

This commit is contained in:
Dan Ballard 2021-05-12 14:59:12 -07:00
parent b4722b973d
commit 0b83a4bf1a
1 changed files with 2 additions and 0 deletions

View File

@ -215,6 +215,8 @@ steps:
- mkdir deploy
- 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:builddir.zip
- move $Env:builddir.zip $Env:builddir/
- dir deploy
- name: deploy-windows
image: openpriv/flutter-desktop:windows-sdk30-fdev2.2rc