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

This commit is contained in:
Dan Ballard 2021-06-24 01:31:41 -07:00
parent e89c4bdb0e
commit 040bb585a1
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ 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}