diff --git a/.drone.yml b/.drone.yml index dd3239e..798ea0b 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" - - powershell -command "move $Env:zip deploy\$Env:builddir\" + - 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