drone windows cmd/ps syntax is toxic to brains
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Dan Ballard 2021-06-24 01:15:35 -07:00
parent a18a522f81
commit f8e5bd29f3
1 changed files with 2 additions and 2 deletions

View File

@ -260,9 +260,9 @@ steps:
- dir deploy
- 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 "Compress-Archive -Path ${Env:builddir} -DestinationPath ${Env:zip}"
#- powershell -command "move $Env:zip deploy\$Env:builddir\$Env:zip"
- powershell -command "(Get-FileHash $Env:zip -Algorithm sha512).Hash" > $Env:zipsha
- powershell -command "(Get-FileHash ${Env:zip} -Algorithm sha512).Hash" > ${Env:zipsha}
- name: deploy-windows
image: openpriv/flutter-desktop:windows-sdk30-fdev2.3rc