From 040bb585a1a4fd6892ecccafbd21f4f3fbd6aa17 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 24 Jun 2021 01:31:41 -0700 Subject: [PATCH] drone windows cmd/ps syntax is corrosive to brains --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}