From facfbbe3bb98a6220148f1d7d9aa645ba8593422 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 12 May 2021 17:07:46 -0700 Subject: [PATCH] drone window stupid double mkdir cries and sobs --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 58da1c9..b035742 100644 --- a/.drone.yml +++ b/.drone.yml @@ -217,7 +217,6 @@ steps: - $Env:sha += '.sha512' - mkdir deploy - move build\\windows\\runner\\Release $Env:builddir - - 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 *.zip -Algorithm sha512).Hash" > $Env:sha