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