drone windows cmd/ps syntax is corrosive to brains
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-06-24 01:21:27 -07:00
parent f8e5bd29f3
commit e89c4bdb0e
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ steps:
- 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 ${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