diff --git a/.drone.yml b/.drone.yml index 25fe9a0..dd3239e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -256,7 +256,9 @@ steps: - mkdir deploy - mkdir deploy\$Env:builddir - powershell -command "move $Env:releasedir\cwtch.msix deploy\$Env:builddir\$Env:msix" - - powershell -command "Compress-Archive -Path $Env:releasedir -DestinationPath deploy\$Env:builddir\$Env:zip" + - 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 "(Get-FileHash deploy\$Env:builddir\$Env:zip -Algorithm sha512).Hash" > deploy\$Env:builddir\$Env:sha - name: deploy-windows