diff --git a/.drone.yml b/.drone.yml index f67ac61..abeb270 100644 --- a/.drone.yml +++ b/.drone.yml @@ -255,10 +255,11 @@ steps: - flutter pub run msix:create - mkdir deploy - mkdir deploy\$Env:builddir + - dir deploy - powershell -command "move $Env:releasedir\cwtch.msix deploy\$Env:builddir\$Env:msix" - move $Env:releasedir $Env:builddir - powershell -command "Compress-Archive -Path $Env:builddir -DestinationPath $Env:zip" - - powershell -command "move $Env:zip deploy\${Env:builddir}" + - powershell -command "move $Env:zip 'deploy\\' + $Env:builddir" - powershell -command "(Get-FileHash deploy\$Env:builddir\$Env:zip -Algorithm sha512).Hash" > deploy\$Env:builddir\$Env:sha - name: deploy-windows