From ff4a8a02ab138d6cdf4a62f4ae85ba7761488a29 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 24 Jun 2021 00:01:29 -0700 Subject: [PATCH] drone windows hyper dumb --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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