From a18a522f81c9e6e3a28be39cb8e353cc4bdf98a5 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 24 Jun 2021 01:04:34 -0700 Subject: [PATCH] drone windows beyond terrible --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0c67be2..6e5728f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -234,7 +234,7 @@ steps: - $Env:builddate += type .\BUILDDATE - $Env:buildname = 'flwtch-win-' + $Env:version + '-' + $Env:builddate - $Env:builddir = $Env:buildname - - $Env:zip = 'cwtch-' + $Env:version + '.zip' + - $Env:zip = 'deploy\\' + $Env:builddir +'\\cwtch-' + $Env:version + '.zip' - $Env:zipsha = $Env:zip + '.sha512' - $Env:msix = 'cwtch-install-' + $Env:version + '.msix' - $Env:msixsha = $Env:msix + '.sha512' @@ -261,8 +261,8 @@ 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" - - powershell -command "move $Env:zip deploy\$Env:builddir\$Env:zip" - - powershell -command "(Get-FileHash deploy\$Env:builddir\$Env:zip -Algorithm sha512).Hash" > deploy\$Env:builddir\$Env:sha + #- powershell -command "move $Env:zip deploy\$Env:builddir\$Env:zip" + - powershell -command "(Get-FileHash $Env:zip -Algorithm sha512).Hash" > $Env:zipsha - name: deploy-windows image: openpriv/flutter-desktop:windows-sdk30-fdev2.3rc