diff --git a/.drone.yml b/.drone.yml index 52bec68..81ffd8a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -75,9 +75,9 @@ steps: - mkdir deploy\$Env:builddir - dir deploy - move $Env:releasedir $Env:builddir - - powershell -command "Compress-Archive -Path $Env:builddir -DestinationPath $Env:zip" - - powershell -command "(Get-FileHash $Env:zip -Algorithm sha512).Hash" > $Env:zipsha - - move $Env:zip deploy\$Env:builddir + - powershell -command "Compress-Archive -Path $Env:builddir -DestinationPath cwtch.zip" + - powershell -command "(Get-FileHash cwtch.zip -Algorithm sha512).Hash" > $Env:zipsha + - move cwtch.zip deploy\$Env:builddir\$Env:zip - move $Env:zipsha deploy\$Env:builddir