diff --git a/.drone.yml b/.drone.yml index 86b877e..7ad1372 100644 --- a/.drone.yml +++ b/.drone.yml @@ -260,7 +260,7 @@ steps: - 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 "Compress-Archive -Path $Env:builddir -DestinationPath $Env:zip" #- powershell -command "move $Env:zip deploy\$Env:builddir\$Env:zip" #- powershell -command "(Get-FileHash $Env:zip -Algorithm sha512).Hash" > ${Env:zipsha}