diff --git a/.drone.yml b/.drone.yml index 5912fed..f67ac61 100644 --- a/.drone.yml +++ b/.drone.yml @@ -258,7 +258,7 @@ steps: - 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" - - 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