diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4a596ec..21f62ad0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'