and so the journy of variables being syntax errors begins
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-06-24 22:39:29 -07:00
parent 69c748dcc4
commit 034a856c05
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ steps:
- dir deploy
- move $Env:releasedir $Env:builddir
- powershell -command "Compress-Archive -Path $Env:builddir -DestinationPath $Env:zip"
- powershell -command "(Get-FileHash $Env:zip -Algorithm sha512).Hash" > ${Env:zipsha}
- powershell -command "(Get-FileHash $Env:zip -Algorithm sha512).Hash" > $Env:zipsha
- move $Env:zip deploy\$Env:builddir
- move $Env:zipsha deploy\$Env:builddir