drone windows beyond terrible
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-06-24 01:04:34 -07:00
parent 16ce38da75
commit a18a522f81
1 changed files with 3 additions and 3 deletions

View File

@ -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