From 1328eacb1ba74f1a8834cef1d6e5f922bd622b7c Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 12 May 2021 16:35:21 -0700 Subject: [PATCH] drone window syntax is so dumb --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 849c08f..a21023e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -221,7 +221,8 @@ steps: - mkdir $Env:builddir - powershell -command "Expand-Archive -Path tor.zip -DestinationPath $Env:builddir\Tor" - powershell -command "Compress-Archive -Path $Env:builddir -DestinationPath $Env:zip" - - powershell -command "(Get-FileHash $Env:zip -Algorithm sha512).Hash" > $Env:sha + - powershell -command "(Get-FileHash $Env:zip -Algorithm sha512).Hash" > sha + - move sha $Env:sha - mkdir deploy\$Env:builddir - move $Env:zip deploy\$Env:builddir - move $Env:sha deploy\$Env:builddir