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:
parent
546d4dd2d3
commit
798528c393
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue