wait for upload

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7227 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2020-10-13 19:08:31 +00:00
parent 546d4dd2d3
commit 798528c393

View file

@ -63,7 +63,7 @@ jobs:
echo $Env:DEPLOY_KEY > $HOME/deploy_key
ssh -oStrictHostKeyChecking=no -oBatchMode=yes -i $HOME/deploy_key -T kichik,nsis@shell.sourceforge.net create
$arguments = "-oStrictHostKeyChecking=no -oBatchMode=yes -i $HOME/deploy_key kichik,nsis@shell.sourceforge.net /home/project-web/nsis/bin/nightly-deploy.sh"
Start-Process ssh $arguments -RedirectStandardInput nsis-*.zip
Start-Process ssh $arguments -RedirectStandardInput nsis-*.zip -NoNewWindow -Wait
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
if: matrix.nightly == 'nightly' && github.ref == 'refs/heads/master'