From 034a856c0581d811e4ee8894220c5e22176a03e9 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 24 Jun 2021 22:39:29 -0700 Subject: [PATCH] and so the journy of variables being syntax errors begins --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e7d0ac9..1ea9675 100644 --- a/.drone.yml +++ b/.drone.yml @@ -76,7 +76,7 @@ steps: - 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} + - powershell -command "(Get-FileHash $Env:zip -Algorithm sha512).Hash" > $Env:zipsha - move $Env:zip deploy\$Env:builddir - move $Env:zipsha deploy\$Env:builddir